Skip to content

Commit 7b89fdb

Browse files
committed
fix a bug
1 parent ee131ef commit 7b89fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/providers/GameProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export function GameProvider({ children }: { children: ReactNode }) {
246246
setDrawings((prev) => new Map(prev).set(participant.identity, drawing));
247247
}
248248
},
249-
[room, disconnect, shouldEnableMicrophone],
249+
[room, disconnect],
250250
);
251251

252252
// Start the game with the given prompt via RPC to the host

0 commit comments

Comments
 (0)