Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
disaerna committed Dec 19, 2024
1 parent 0494ba9 commit eabea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/screens/Grants/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const parseStatus = (
}
case GrantStatus.Open: {
const date = grant.dateTo
? formatDate(new Date(grant.dateTo), locale, 'dd.MMMM.')
? formatDate(new Date(grant.dateTo), locale, 'dd. MMMM.')
: undefined
return {
applicationStatus: 'open',
Expand Down

0 comments on commit eabea45

Please sign in to comment.