aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/models/Need.ts
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-02 16:08:52 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-02 16:08:52 -0400
commit4d382ccf9de889e4b339dd13220c3f761497e419 (patch)
tree9702d0171001bb76d4d63824bee6eee3502d5ff1 /ufund-ui/src/app/models/Need.ts
parent6b7c830eeefb6a6a28136a3faacf7713953a6138 (diff)
downloadJellySolutions-4d382ccf9de889e4b339dd13220c3f761497e419.tar.gz
JellySolutions-4d382ccf9de889e4b339dd13220c3f761497e419.tar.bz2
JellySolutions-4d382ccf9de889e4b339dd13220c3f761497e419.zip
Added dollar signs and other small additions to needs
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/models/Need.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-ui/src/app/models/Need.ts b/ufund-ui/src/app/models/Need.ts
index 6cf7e76..588e745 100644
--- a/ufund-ui/src/app/models/Need.ts
+++ b/ufund-ui/src/app/models/Need.ts
@@ -12,6 +12,6 @@ export interface Need {
}
export enum GoalType {
- MONETARY,
- PHYSICAL
+ MONETARY = 'MONETARY',
+ PHYSICAL = 'PHYSICAL'
}