diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 07:46:46 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 07:46:46 -0400 |
commit | fad716f3df7f984b733ea073dec4db299d4ce08e (patch) | |
tree | 6f98f066c716eed16ce3cc7bf6a25ff1187ee472 /ufund-ui/src/app/components/need-list | |
parent | b9d7dc1cf8962978652e5814e6a5c936d4ff9b61 (diff) | |
download | JellySolutions-fad716f3df7f984b733ea073dec4db299d4ce08e.tar.gz JellySolutions-fad716f3df7f984b733ea073dec4db299d4ce08e.tar.bz2 JellySolutions-fad716f3df7f984b733ea073dec4db299d4ce08e.zip |
Commented out bugged lines
Diffstat (limited to 'ufund-ui/src/app/components/need-list')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.html | 4 |
1 files changed, 2 insertions, 2 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 fce6377..4a67dfa 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 @@ -14,7 +14,7 @@ {{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> --> </div> </div> </div> @@ -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> |