fix: null coalesce

This commit is contained in:
hackerESQ
2025-07-14 21:20:25 -05:00
parent 154b679464
commit 981ce0d62f
@@ -97,7 +97,7 @@ new class extends Component
$transaction->transaction_type == 'BUY'
? $transaction->cost_basis
: $transaction->sale_price,
$transaction->market_data->currency
$transaction->market_data?->currency
) }})
<x-loading x-show="loading" x-cloak class="text-gray-400 ml-2" />