chore(api): fixes
This commit is contained in:
@@ -281,7 +281,7 @@ function receiveTurnEvent(eventData) {
|
||||
|
||||
const currentPlayerNameContainer = $('#current-player-name');
|
||||
const nextPlayersContainer = $('#next-players-container');
|
||||
const nextPlayerText = $('#next-players-section');
|
||||
const nextPlayerText = $('#next-players-text');
|
||||
|
||||
let currentPlayerName = currentPlayer.name;
|
||||
if (currentPlayer.dog) {
|
||||
|
||||
Reference in New Issue
Block a user