From cbc2ae51162939184a07c605cf2ecd05b2402ca7 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:42:38 +0100 Subject: [PATCH] chore: cleanup merge --- apps/client/src/features/viewers/timer/Timer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/viewers/timer/Timer.tsx b/apps/client/src/features/viewers/timer/Timer.tsx index 2fa7ea79e..62d749f4f 100644 --- a/apps/client/src/features/viewers/timer/Timer.tsx +++ b/apps/client/src/features/viewers/timer/Timer.tsx @@ -13,7 +13,7 @@ import ViewParamsEditor from '../../../common/components/view-params-editor/View import { useRuntimeStylesheet } from '../../../common/hooks/useRuntimeStylesheet'; import { ViewExtendedTimer } from '../../../common/models/TimeManager.type'; import { timerPlaceholder } from '../../../common/utils/styleUtils'; -import { formatTime } from '../../../common/utils/time'; +import { formatTime, getDefaultFormat } from '../../../common/utils/time'; import { isStringBoolean } from '../../../common/utils/viewUtils'; import { useTranslation } from '../../../translation/TranslationProvider'; import SuperscriptTime from '../common/superscript-time/SuperscriptTime';