aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-18 07:46:46 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-18 07:46:46 -0400
commitfad716f3df7f984b733ea073dec4db299d4ce08e (patch)
tree6f98f066c716eed16ce3cc7bf6a25ff1187ee472 /ufund-ui/src/app/components/funding-basket/funding-basket.component.ts
parentb9d7dc1cf8962978652e5814e6a5c936d4ff9b61 (diff)
downloadJellySolutions-fad716f3df7f984b733ea073dec4db299d4ce08e.tar.gz
JellySolutions-fad716f3df7f984b733ea073dec4db299d4ce08e.tar.bz2
JellySolutions-fad716f3df7f984b733ea073dec4db299d4ce08e.zip
Commented out bugged lines
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.ts6
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);
+ // }
});
}
}