aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-page/need-page.component.html
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-04-04 10:37:45 -0400
committerbenal01 <bja4245@rit.edu>2025-04-04 10:37:45 -0400
commit5186df87c75d83eb24a2cb5d868d8d0bb6aa5b88 (patch)
treec243f12ab3d4cca47d06a17d05b85fd7592f2094 /ufund-ui/src/app/components/need-page/need-page.component.html
parentc8b1f6d7eaf71b4b7eeba966c82583a24436ff35 (diff)
downloadJellySolutions-5186df87c75d83eb24a2cb5d868d8d0bb6aa5b88.tar.gz
JellySolutions-5186df87c75d83eb24a2cb5d868d8d0bb6aa5b88.tar.bz2
JellySolutions-5186df87c75d83eb24a2cb5d868d8d0bb6aa5b88.zip
localstorage for page (keeps current page on refresh/back arrow)
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/need-page/need-page.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/need-page/need-page.component.html b/ufund-ui/src/app/components/need-page/need-page.component.html
index f5f78f6..a4937ed 100644
--- a/ufund-ui/src/app/components/need-page/need-page.component.html
+++ b/ufund-ui/src/app/components/need-page/need-page.component.html
@@ -13,9 +13,9 @@
<span><strong>Target Goal:</strong> {{(need.type === GoalType.MONETARY) ? "$" : ""}}{{need.maxGoal}}</span>
- <span><strong>Amount Currently Collected:</strong> {{need.type.toString() == 'MONETARY' ? '$' : ''}}{{need.current}}</span>
+ <span><strong>Amount Currently Collected:</strong> {{need.type.toString() == 'MONETARY' ? '$' : ''}}{{need.current}}</span>
- <span><strong>Location:</strong> {{need.location}}</span>
+ <span><strong>Location:</strong> {{need.location}}</span>
<span><strong>Urgency: </strong>
<span *ngIf="!need.urgent">Not urgent</span>