diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-03 15:35:12 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-03 15:35:12 -0400 |
commit | 75f5ad5fb154811d7acd236687bb7f30bb7c10aa (patch) | |
tree | d2f8d353ebf2ffb80c72de943a6ab810fd773261 /ufund-ui/src/app/components/toast | |
parent | 26b4a37cb91dfe5551f3e227512cd5ceff897d54 (diff) | |
download | JellySolutions-75f5ad5fb154811d7acd236687bb7f30bb7c10aa.tar.gz JellySolutions-75f5ad5fb154811d7acd236687bb7f30bb7c10aa.tar.bz2 JellySolutions-75f5ad5fb154811d7acd236687bb7f30bb7c10aa.zip |
Fixed incognito race condition and checkout bugs
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') } |