Skip to content

Commit 4c3c93a

Browse files
committed
Merge pull request #65 from mackrauss/master
Type avoids the right thing from happening
2 parents cb9f9af + 15e50be commit 4c3c93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/evoroom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ var EvoRoom = {
680680
}
681681
$('#final-picks-discuss').show();
682682
} else if (Sail.app.user_metadata.state === 'WAITING_FOR_FINAL_GUESS') {
683-
$('final-picks-choice').show();
683+
$('#final-picks-choice').show();
684684
}
685685
else {
686686
console.warn('restoreState: read state <'+Sail.app.user_metadata.state+ '> which is not handled currently.');

0 commit comments

Comments
 (0)