1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

fix: toast not appearing

This commit is contained in:
Kamran Ahmed 2023-07-20 19:55:45 +01:00
parent 03ba0c384b
commit 34d0cde165

View File

@ -19,7 +19,7 @@ export function Toaster(props: Props) {
const removeMessage = setTimeout(() => { const removeMessage = setTimeout(() => {
if (toastMessage?.type !== 'loading') { if (toastMessage?.type !== 'loading') {
// $toastMessage.set(undefined); $toastMessage.set(undefined);
} }
}, 2500); }, 2500);