From ca7d72e43407a49b147673ebc5ab8b155a8216ac Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:01:00 -0400 Subject: fixed odd rounding errors in funding basket. -ak --- .../src/app/components/funding-basket/funding-basket.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 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 30c3167..504e694 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 @@ -20,8 +20,8 @@
Goal: {{need.maxGoal}}
-Current: {{need.current}}
-How much to Contribute:
+Current: {{(need.current).toFixed(2)}}
+How much to Contribute: