aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-07 14:04:11 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-07 14:04:11 -0400
commit791dafcf058230f6fe3f3cfbf6ca179e1caeca81 (patch)
treea3200bd701f3ab06ece121aef006dcc961173666 /ufund-ui/src/app/components/funding-basket/funding-basket.component.ts
parent81917b7cae6d3d22bc8e54f7b2bd416acd70475f (diff)
parentd2858b59e495186d51eebd188f84534fe68fc420 (diff)
downloadJellySolutions-791dafcf058230f6fe3f3cfbf6ca179e1caeca81.tar.gz
JellySolutions-791dafcf058230f6fe3f3cfbf6ca179e1caeca81.tar.bz2
JellySolutions-791dafcf058230f6fe3f3cfbf6ca179e1caeca81.zip
Merge remote-tracking branch 'origin/main'
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.ts1
1 files changed, 1 insertions, 0 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 8d23d7b..920a7ef 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
@@ -87,4 +87,5 @@ export class FundingBasketComponent implements OnInit {
protected readonly of = of;
protected readonly userType = userType;
+ protected readonly Infinity = Infinity;
}