diff options
author | Hayden Hartman <haydenhartman10@gmail.com> | 2025-03-18 17:17:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 17:17:23 -0400 |
commit | db9e4a8c26dc5252cfe0974843bc391c57edd07d (patch) | |
tree | 0c8aba41ae378fe04e8312ab9eff48656732c9c8 /ufund-ui/src/app/components/dashboard/dashboard.component.html | |
parent | c7c4e037d655762cc6b394a460effbcd8816d175 (diff) | |
parent | 7a5396b65fcde8153c8eeae565bfecb7de37b23f (diff) | |
download | JellySolutions-db9e4a8c26dc5252cfe0974843bc391c57edd07d.tar.gz JellySolutions-db9e4a8c26dc5252cfe0974843bc391c57edd07d.tar.bz2 JellySolutions-db9e4a8c26dc5252cfe0974843bc391c57edd07d.zip |
Merge pull request #14 from RIT-SWEN-261-02/funding_basketv2.1
funding-basket merge
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 fc8baf0..a1151b7 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.html +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html @@ -1,5 +1,4 @@ <h1>Dashboard</h1> -<input type="button" value="Back to Login" (click)="back()"> <app-cupboard></app-cupboard> -<app-funding-basket></app-funding-basket>
\ No newline at end of file +<app-funding-basket *ngIf="!isManager()"></app-funding-basket>
\ No newline at end of file |