+
+
+
+ Started: {moment(timer.start_time).format('HH:mm')}
+
+
+ {currentTimes[timer.task_id] || '00:00:00'}
+
+
+
+
}
+ onClick={(e) => {
+ e.stopPropagation();
+ handleStopTimer(timer.task_id);
+ }}
+ style={{
+ backgroundColor: token.colorErrorBg,
+ borderColor: token.colorError,
+ color: token.colorError,
+ fontWeight: 500
+ }}
+ >
+ Stop
+
+
+