fix racer UI

puzzle-racer
Thibault Duplessis 2021-03-14 12:22:52 +01:00
parent 289411f87a
commit 1db437052a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const selectScreen = (ctrl: RacerCtrl): MaybeVNodes => {
h('div.racer__end', [
h('h2', 'Your time is up!'),
h('div.race__end__players', playersInTheRace(ctrl)),
ctrl.race.lobby ? [newRaceForm(ctrl)] : [waitForRematch(), newRaceForm(ctrl)],
...(ctrl.race.lobby ? [newRaceForm(ctrl)] : [waitForRematch(), newRaceForm(ctrl)]),
]),
comboZone(ctrl),
]