diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 23:37:00 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 23:37:00 -0400 |
commit | 896e1219526a19400c7143b274193f8b818d6156 (patch) | |
tree | ae794d7dff944dbdb61a558804c8530f2d7013af /ufund-ui/src/app/components/funding-basket | |
parent | 469678629e456a792e5f0c328e7c6786064279cb (diff) | |
download | JellySolutions-896e1219526a19400c7143b274193f8b818d6156.tar.gz JellySolutions-896e1219526a19400c7143b274193f8b818d6156.tar.bz2 JellySolutions-896e1219526a19400c7143b274193f8b818d6156.zip |
Commit half working changes to move to my laptop
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts index ecf452a..dcacca1 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts @@ -13,7 +13,6 @@ import {ToastsService, ToastType} from '../../services/toasts.service'; styleUrl: './funding-basket.component.css' }) export class FundingBasketComponent implements OnInit { - statusText: any; constructor( private router: Router, |