diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-03 13:00:38 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-03 13:00:38 -0400 |
commit | 2423f4ee67e7e9079e12ecde51326472308cf22f (patch) | |
tree | 6dc7b364a4a59560b1628f2e548856e3c3b147d6 /ufund-ui/src/app/components/dashboard/dashboard.component.html | |
parent | 84cb4b31da27c0db49b933a56a1de563121ceb60 (diff) | |
download | JellySolutions-2423f4ee67e7e9079e12ecde51326472308cf22f.tar.gz JellySolutions-2423f4ee67e7e9079e12ecde51326472308cf22f.tar.bz2 JellySolutions-2423f4ee67e7e9079e12ecde51326472308cf22f.zip |
Added fulfilled needs list dashboard
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html index 69ae66e..2af467c 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.html +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html @@ -5,9 +5,8 @@ <!--<app-mini-need-list [needList]="inBasket" jtitle="In your basket" url="/basket"/>--> <span>_ Registered users</span> <span *ngIf="count"> {{count | async}} </span> -<span>_ Needs with overflow</span> <span>_ Fulfilled needs</span> -<span *ngIf="fulfilledNeeds"> {{fulfilledNeeds | async}} </span> +<app-mini-need-list [needList]="fulfilledNeeds.getValue()" jtitle="Fulfilled needs"> </app-mini-need-list> <span>_ Most fulfilled needs</span> <app-mini-need-list [needList]="mostFulfilledNeeds.getValue()" jtitle="Most fulfilled"> </app-mini-need-list> <span>_ Total monetary contributions</span> |