update another colspan in explorer table

pull/9908/head^2
Niklas Fiekas 2021-10-21 12:11:38 +02:00
parent 1294306ec4
commit d73093226c
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ function gameActions(ctrl: AnalyseCtrl, game: OpeningGame): VNode {
h(
'td.game_menu',
{
attrs: { colspan: 5 },
attrs: { colspan: ctrl.explorer.db() == 'masters' ? 4 : 5 },
},
[
h('div.game_title', `${game.white.name} - ${game.black.name}, ${showResult(game.winner).text}, ${game.year}`),