dont hide 0 qty holdings

This commit is contained in:
hackerESQ
2024-09-09 20:50:06 -05:00
parent 75fbd60a54
commit 23047d976e
@@ -45,7 +45,7 @@ new class extends Component {
return $query->whereRaw('transactions.symbol = holdings.symbol');
}])
->orderBy(...array_values($this->sortBy))
->where('holdings.quantity', '>', 0)
// ->where('holdings.quantity', '>', 0)
->get();
return $holdings;