improved Popup handleing
This commit is contained in:
@@ -50,7 +50,7 @@ export const Chat = () => {
|
||||
|
||||
timeout.current = setInterval(() => {
|
||||
fetchDispatcher();
|
||||
}, 1000);
|
||||
}, 1000000);
|
||||
fetchDispatcher();
|
||||
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user