diff --git a/apps/web/lib/features/timer/timer-status.tsx b/apps/web/lib/features/timer/timer-status.tsx index 32737d224..402316c4f 100644 --- a/apps/web/lib/features/timer/timer-status.tsx +++ b/apps/web/lib/features/timer/timer-status.tsx @@ -3,6 +3,7 @@ import { IClassName, ITimerStatus, ITimerStatusEnum, OT_Member } from '@app/inte import { clsxm } from '@app/utils'; import { Tooltip } from 'lib/components'; import { PauseIcon, StopCircleIcon, TimerPlayIcon, UserOnlineAndTrackingTimeIcon } from 'lib/components/svgs'; +import { capitalize } from 'lodash'; import moment from 'moment'; type Props = { @@ -15,7 +16,7 @@ type Props = { export function TimerStatus({ status, className, showIcon = true, tooltipClassName, labelContainerClassName }: Props) { return (