diff options
author | Hayden Hartman <haydenhartman10@gmail.com> | 2025-04-04 15:38:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 15:38:02 -0400 |
commit | 24ab92f79ccbb1a109ed1186b7b8030cae768eab (patch) | |
tree | 5bdda3e7c6e560f06a1fef8074cc4169f0a705b3 /ufund-ui/src/app/components/toast | |
parent | 2423f4ee67e7e9079e12ecde51326472308cf22f (diff) | |
parent | 8c38792e8e257cf264d5739e80e085c824ccecd8 (diff) | |
download | JellySolutions-24ab92f79ccbb1a109ed1186b7b8030cae768eab.tar.gz JellySolutions-24ab92f79ccbb1a109ed1186b7b8030cae768eab.tar.bz2 JellySolutions-24ab92f79ccbb1a109ed1186b7b8030cae768eab.zip |
Merge pull request #26 from RIT-SWEN-261-02/checkout-improvement
Checkout improvement
Diffstat (limited to 'ufund-ui/src/app/components/toast')
-rw-r--r-- | ufund-ui/src/app/components/toast/toast.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/toast/toast.component.ts b/ufund-ui/src/app/components/toast/toast.component.ts index 47fd7ff..6bbae34 100644 --- a/ufund-ui/src/app/components/toast/toast.component.ts +++ b/ufund-ui/src/app/components/toast/toast.component.ts @@ -21,7 +21,6 @@ export class ToastComponent implements OnInit{ } hide() { - console.log(this.toastDiv, typeof this.toastDiv) this.toastDiv.nativeElement.classList.add('hide') } |