fix study analysis tab marker

round-proxy-get
Thibault Duplessis 2018-03-15 18:18:16 -05:00
parent 3dfc71fbd1
commit bac6b36a83
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function buttons(root: AnalyseCtrl): VNode {
tab: 'serverEval',
hint: root.trans.noarg('computerAnalysis'),
icon: iconTag(''),
count: '✓'
count: root.data.analysis && '✓'
}),
toolButton({
ctrl,