Henry Jameson 8 months ago
parent 5bb7869b0e
commit 1eb4a536cf
  1. 2
      statuslogger.js

@ -154,7 +154,7 @@ export const Feedback = ({ bus, noLCD }) => {
} else if (status.mgmtCard === 'guest') {
return GUEST_IN_PROGRESS
} else {
return GAME_IN_PROGRESS.map(x => x.replace('___________', status.cardId)))
return GAME_IN_PROGRESS.map(x => x.replace('___________', status.cardId))
}
}
}

Loading…
Cancel
Save