Merge branch 'main' into dev

This commit is contained in:
Wiktor Smaga
2023-12-19 11:41:17 +01:00
committed by GitHub
4 changed files with 45 additions and 7 deletions
+1
View File
@@ -58,6 +58,7 @@ const Gameboard = () => {
socket.on('redirect', () => {
window.location.reload();
});
}, [socket, context.playerId, context.roomId, setRolledNumber]);
return (