From bac6b36a83a022fc2956ff0b938fec5337ea2df5 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Thu, 15 Mar 2018 18:18:16 -0500 Subject: [PATCH] fix study analysis tab marker --- ui/analyse/src/study/studyView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/analyse/src/study/studyView.ts b/ui/analyse/src/study/studyView.ts index 4636478d49..a152dfe653 100644 --- a/ui/analyse/src/study/studyView.ts +++ b/ui/analyse/src/study/studyView.ts @@ -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,