diff options
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, 2 insertions, 0 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 07f6735..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,6 +14,7 @@                  {{need.name}}              </a>              <button (click)="delete(need.id)" *ngIf="isManager()">Delete</button> +            <!-- <button (click)="add(need)" *ngIf="isHelper()">Add To Basket</button> -->          </div>      </div>  </div> @@ -23,4 +24,5 @@          {{need.name}}      </a>      <button (click)="delete(need.id)" *ngIf="isManager()">Delete</button> +    <!-- <button (click)="add(need)" *ngIf="isHelper()">Add To Basket</button> -->  </li> | 
