Skip to content

Commit

Permalink
[desk-tool] Fix date formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent e940667 commit 7ae6c65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function formatTimelineEventDate(date: Date) {
return `Yesterday at ${format(date, 'h:mma')}`
}

return format(date, 'MMM d, YYYY')
return format(date, 'MMM D, YYYY')
}

export function formatTimelineEventLabel(type: ChunkType) {
Expand Down

0 comments on commit 7ae6c65

Please sign in to comment.