Removed SUBMISSION_READY from the Game.jsx page
This commit is contained in:
parent
c39f5a6022
commit
43e91620f7
@ -14,7 +14,6 @@ export const Game = () => {
|
||||
useEffect(() => {
|
||||
const timeout = setTimeout(() => {
|
||||
setCurrentState("waiting");
|
||||
socket.emit("SUBMISSION_READY");
|
||||
}, 5000);
|
||||
|
||||
return () => clearTimeout(timeout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user