diff --git a/frontend/src/components/Notifications.tsx b/frontend/src/components/Notifications.tsx index 37b0a551..7e177faf 100644 --- a/frontend/src/components/Notifications.tsx +++ b/frontend/src/components/Notifications.tsx @@ -40,7 +40,7 @@ const Notifications = ({ } setNotificationResponse(notifications); - }, 500); + }, 1000); return () => { clearInterval(intervalId);