diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-03 23:22:16 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-03 23:22:16 -0400 | 
| commit | 43b036dc8ac03100787ec691a4f4ebe3670f861f (patch) | |
| tree | c02eec5309bb940a7ead2e7806a028c9ce7eed32 /ufund-ui/src/app/components/cupboard/cupboard.component.html | |
| parent | 6a5033afc3c8e0d5d12d709b35b306b6ea1f70e8 (diff) | |
| download | JellySolutions-43b036dc8ac03100787ec691a4f4ebe3670f861f.tar.gz JellySolutions-43b036dc8ac03100787ec691a4f4ebe3670f861f.tar.bz2 JellySolutions-43b036dc8ac03100787ec691a4f4ebe3670f861f.zip  | |
code cleanup
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
| -rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index cd387a3..c055c31 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -40,7 +40,7 @@              <span class="icon">delete</span>Delete Need          </button>      </ng-template> -    <app-need-list [actionArea]="NLActions" *ngIf="searchResults.length > 0" [needs]="searchResults" [itemsPerPage]="itemsPerPage" #needList></app-need-list> +    <app-need-list [actionArea]="NLActions" *ngIf="searchResults.length > 0" [needs]="searchResults" [itemsPerPage]="itemsPerPage" #needList/>  </div>  <!--<ng-template [ngIf]="isManager()" >-->  | 
