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