Skip to content

Commit

Permalink
addgame error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
UO287687 committed Apr 26, 2024
1 parent 94e8f5b commit f426adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/PostGame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const PostGame = ({ gameMode }) => {
saveGame();
}
// eslint-disable-next-line
}, [sessionData]); // Ejecuta saveGame cada vez que sessionData cambie
}, []);

return (
<div className='appearEffectFast'>
Expand Down

0 comments on commit f426adc

Please sign in to comment.