Skip to content

Commit

Permalink
Backdrop bug
Browse files Browse the repository at this point in the history
  • Loading branch information
numannaeem committed Feb 22, 2022
1 parent eb95902 commit 690d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/OnlineMultiplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ function OnlineMultiplayer ({ socket, username }) {
<PlayerLeftModal
onTimeout={handleOpponentTimedOut}
setBackdropOpen={setBackdropOpen}
backdropOpen={backdropOpen}
backdropOpen={!gameOver && backdropOpen}
/>
<GameOverModal
winner={gameWinner}
Expand Down

0 comments on commit 690d240

Please sign in to comment.