This commit is contained in:
hackerESQ
2024-08-28 23:32:01 -05:00
parent 69c43dc41f
commit 1e0a149ded
6 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
@livewire('transactions-list', [
'portfolio' => $holding->portfolio,
'transactions' => $holding->transactions,
'transactions' => $transactions,
'shouldGoToHolding' => false
])