From fad716f3df7f984b733ea073dec4db299d4ce08e Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 18 Mar 2025 07:46:46 -0400 Subject: Commented out bugged lines --- .../src/app/components/funding-basket/funding-basket.component.ts | 6 +++--- ufund-ui/src/app/components/need-list/need-list.component.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ufund-ui/src') diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts index 9d25212..dd68c0c 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts @@ -41,9 +41,9 @@ export class FundingBasketComponent implements getBasketNeeds(): void { if (this.user && this.user.basket) { this.user.basket.forEach(need => { - if (this.isInBasket(need)) { - this.basket.push(need); - } + // if (this.isInBasket(need)) { + // this.basket.push(need); + // } }); } } diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html index fce6377..4a67dfa 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.html +++ b/ufund-ui/src/app/components/need-list/need-list.component.html @@ -14,7 +14,7 @@ {{need.name}} - + @@ -24,5 +24,5 @@ {{need.name}} - + -- cgit v1.2.3