diff --git a/client/src/components/instance.ctrl.jsx b/client/src/components/instance.ctrl.jsx index faa38afb..329eea45 100644 --- a/client/src/components/instance.ctrl.jsx +++ b/client/src/components/instance.ctrl.jsx @@ -76,11 +76,13 @@ function Controls(args) { background: displayColour, }; - const timer = ( -
-
 
-
- ); + const timer = instance.phase !== 'InProgress' + ? null + : ( +
+
 
+
+ ); const ready = instance.phase !== 'Finished' ?