diff options
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.ts')
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.ts | 6 |
1 files changed, 3 insertions, 3 deletions
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); + // } }); } } |