chore(api): fixes

This commit is contained in:
2025-11-27 09:18:16 +01:00
parent 21ca6ee21e
commit 4360bb55f7
3 changed files with 12 additions and 7 deletions

View File

@@ -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) {