Skip to content

Commit

Permalink
VKT(Frontend): Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Sep 24, 2024
1 parent 5065d03 commit 1202f5a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ export const PublicExamEventDesktopCells = ({
t={t}
i18nKey="row.registrationOpensAt"
values={{
registrationOpens:
DateTimeUtils.renderDateTime(registrationOpens),
registrationOpens: DateTimeUtils.renderDate(registrationOpens),
}}
/>
) : (
Expand Down

0 comments on commit 1202f5a

Please sign in to comment.