show starting player on first load

This commit is contained in:
Viktor Rådberg
2023-08-13 00:29:15 +02:00
parent e98ab280a4
commit aaa22d8247
5 changed files with 58 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ const App = () => {
const newGame = () => {
localStorage.removeItem('players');
localStorage.removeItem('playing');
localStorage.removeItem('initialGameSettings');
window.location.reload();