Refac reduce notification interval from 500 to 1000 #912
This commit is contained in:
parent
96b55bf9d5
commit
7b26a01063
|
|
@ -40,7 +40,7 @@ const Notifications = ({
|
|||
}
|
||||
|
||||
setNotificationResponse(notifications);
|
||||
}, 500);
|
||||
}, 1000);
|
||||
|
||||
return () => {
|
||||
clearInterval(intervalId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue