aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/toast
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-05 13:43:50 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-05 13:43:50 -0400
commit7cedd8713d30fedcc9fc486a49d4804f37ab8765 (patch)
tree829ff37b80a8502dd96574a12db983d83b86631c /ufund-ui/src/app/components/toast
parent09dabe1971f3891f472e24b5c038e4df481ee967 (diff)
parent5a5d31896d79a736bce33b7d1aa7b3168ba308a9 (diff)
downloadJellySolutions-7cedd8713d30fedcc9fc486a49d4804f37ab8765.tar.gz
JellySolutions-7cedd8713d30fedcc9fc486a49d4804f37ab8765.tar.bz2
JellySolutions-7cedd8713d30fedcc9fc486a49d4804f37ab8765.zip
Merge branch 'main' into need-image
Diffstat (limited to 'ufund-ui/src/app/components/toast')
-rw-r--r--ufund-ui/src/app/components/toast/toast.component.ts1
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')
}