fix commander damage lose check

This commit is contained in:
Viktor Rådberg
2023-09-01 20:22:48 +02:00
parent 51b4cb9923
commit 23684bd090
3 changed files with 10 additions and 9 deletions

View File

@@ -78,7 +78,6 @@ const PlayerMenu = ({
resetCurrentGame,
}: PlayerMenuProps) => {
const handleOnClick = () => {
console.log('hej');
setShowPlayerMenu(false);
};