diff --git a/src/blocks/notification/Notification.tsx b/src/blocks/notification/Notification.tsx index 8fefbe50af..3cce205613 100644 --- a/src/blocks/notification/Notification.tsx +++ b/src/blocks/notification/Notification.tsx @@ -127,8 +127,7 @@ const notification = { }, hide: () => { if (toastIds.length > 0) { - const toastId = toastIds.pop(); - toast.dismiss(toastId); + toast.dismiss(); } }, };