fix swiss notice

pull/6578/head
Thibault Duplessis 2020-05-08 15:23:41 -06:00
parent 56a70312c0
commit 77a593fc0f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function created(ctrl: SwissCtrl): MaybeVNodes {
const notice = (ctrl: SwissCtrl): VNode => {
const d = ctrl.data;
return (d.me && d.status == 'started' && d.nextRound) ?
h('div.tour__notice.bar-glider', ctrl.trans('standByX', ctrl.data.me.name)) : undefined;
h('div.swiss__notice.bar-glider', ctrl.trans('standByX', ctrl.data.me.name)) : undefined;
}
function started(ctrl: SwissCtrl): MaybeVNodes {