@@ -74,6 +74,10 @@ onMounted(() => {
setTimeout(() => {
setupNotifications(5);
}, 500);
+
+ setTimeout(() => {
+ setupNotifications(5);
+ }, 2500);
setupNotifications(6);
});