Skip to content

Commit

Permalink
Code review: Lukas
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Sep 1, 2022
1 parent 1a3151e commit 24caa91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/x-date-pickers/src/AdapterDateFns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const formatTokenMap: MuiFormatTokenMap = {
yyyy: 'year',
MMMM: 'month',
MM: 'month',
DD: 'day',
d: 'day',
dd: 'day',
H: 'hour',
HH: 'hour',
Expand Down

0 comments on commit 24caa91

Please sign in to comment.