Refac reduce notification interval from 500 to 1000 #912

This commit is contained in:
MerlinScheurer 2025-03-28 11:58:27 +01:00
parent 96b55bf9d5
commit 7b26a01063
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const Notifications = ({
}
setNotificationResponse(notifications);
}, 500);
}, 1000);
return () => {
clearInterval(intervalId);