improved Popup handleing

This commit is contained in:
PxlLoewe
2025-04-09 09:33:13 -07:00
parent dc55b46385
commit 9e430eeeec
6 changed files with 93 additions and 57 deletions

View File

@@ -50,7 +50,7 @@ export const Chat = () => {
timeout.current = setInterval(() => {
fetchDispatcher();
}, 1000);
}, 1000000);
fetchDispatcher();
return () => {