aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/funding-basket
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-05 23:26:23 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-05 23:26:23 -0400
commit0fa67503787b0080c6d398a4d8239eeb469ac107 (patch)
treecdab898c9357a4abf4dad4b7509694e06a2e145f /ufund-ui/src/app/components/funding-basket
parent1d4073c04aac11226fa3394ba84a745ed427d1cd (diff)
parent95798c2b81da7f950850a6bb3c5be28e0323d5ba (diff)
downloadJellySolutions-0fa67503787b0080c6d398a4d8239eeb469ac107.tar.gz
JellySolutions-0fa67503787b0080c6d398a4d8239eeb469ac107.tar.bz2
JellySolutions-0fa67503787b0080c6d398a4d8239eeb469ac107.zip
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket')
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index 7b1a933..7158194 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
@@ -8,7 +8,7 @@
<span class="icon">delete</span>Remove from Basket
</button>
</ng-template>
- <app-need-list [actionArea]="NLActions" [needs]="(usersService.getBasket() | async)!"/>
+ <app-need-list [uid]="1" [actionArea]="NLActions" [needs]="(usersService.getBasket() | async)!"/>
<br>
<div id="footer">
<button class="button2" title="checkout" (click)="checkout()">Checkout</button>