mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 23:17:59 +00:00
remove comment
This commit is contained in:
@@ -145,7 +145,6 @@ const Start = () => {
|
|||||||
setPlayers(createInitialPlayers(initialGameSettings));
|
setPlayers(createInitialPlayers(initialGameSettings));
|
||||||
setShowPlay(true);
|
setShowPlay(true);
|
||||||
localStorage.setItem('playing', 'false');
|
localStorage.setItem('playing', 'false');
|
||||||
// todo maybe showPlay is redundant?
|
|
||||||
localStorage.setItem('showPlay', 'true');
|
localStorage.setItem('showPlay', 'true');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user