We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb9f9af + 15e50be commit 4c3c93aCopy full SHA for 4c3c93a
js/evoroom.js
@@ -680,7 +680,7 @@ var EvoRoom = {
680
}
681
$('#final-picks-discuss').show();
682
} else if (Sail.app.user_metadata.state === 'WAITING_FOR_FINAL_GUESS') {
683
- $('final-picks-choice').show();
+ $('#final-picks-choice').show();
684
685
else {
686
console.warn('restoreState: read state <'+Sail.app.user_metadata.state+ '> which is not handled currently.');
0 commit comments