diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 11:41:04 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 11:41:04 -0400 |
commit | 0b41684e57c79374aee3a564307cd4fdef603e7c (patch) | |
tree | 63d8f94f6671d6a162d71a0b310bb26af4864961 /ufund-ui/src/app/components/need-list/need-list.component.html | |
parent | bd41fc58b5537a12072625bbf75baf75d5ed2274 (diff) | |
download | JellySolutions-0b41684e57c79374aee3a564307cd4fdef603e7c.tar.gz JellySolutions-0b41684e57c79374aee3a564307cd4fdef603e7c.tar.bz2 JellySolutions-0b41684e57c79374aee3a564307cd4fdef603e7c.zip |
THE UPDATE USER WORKS! -ak
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.html')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html index 4a67dfa..36c12d0 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.html +++ b/ufund-ui/src/app/components/need-list/need-list.component.html @@ -24,5 +24,5 @@ {{need.name}} </a> <button (click)="delete(need.id)" *ngIf="isManager()">Delete</button> - <!-- <button (click)="add(need)" *ngIf="isHelper()">Add To Basket</button> --> + <button (click)="add(need)" *ngIf="isHelper()">Add To Basket</button> </li> |