Skip to content

Commit

Permalink
use type
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Apr 16, 2024
1 parent 746cc79 commit 35f071f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function Timestamp(): JSX.Element {
}
active
>
{timestampFormat === 'relative' ? (
{timestampFormat === TimestampFormat.Relative ? (
<>
{colonDelimitedDuration(startTimeSeconds, fixedUnits)} /{' '}
{colonDelimitedDuration(endTimeSeconds, fixedUnits)}
Expand Down

0 comments on commit 35f071f

Please sign in to comment.