Skip to content

Commit

Permalink
format dates in review step
Browse files Browse the repository at this point in the history
  • Loading branch information
xbhouse committed Oct 24, 2024
1 parent e5ee679 commit c9606f1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,9 @@ export const ContentList = ({
headerContent={
useLatest
? 'Repositories as of today'
: `Repositories as of ${snapshotDate}`
: `Repositories as of ${yyyyMMddFormat(
new Date(snapshotDate)
)}`
}
hasAutoWidth
minWidth="60rem"
Expand Down

0 comments on commit c9606f1

Please sign in to comment.