Skip to content

Commit ce28ff8

Browse files
committed
[contest tile] lowercase datetime
1 parent 6e95de7 commit ce28ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ContestStatus/AuditStatusSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const AuditStatusSection = ({
135135
className="audit-tile__status__status"
136136
title={comparisonTime?.toString() || ""}
137137
>
138-
{auditStatusLabel} {relativeDateTime}
138+
{auditStatusLabel} {relativeDateTime?.toLowerCase()}
139139
</div>
140140
</div>
141141
);

0 commit comments

Comments
 (0)