Skip to content

Commit

Permalink
[front]fix format(#7921)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineSebe committed Sep 18, 2024
1 parent 3f0773a commit 1a2e9e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const WidgetHorizontalBars = ({

if (!Number.isNaN(timestampInMs)) {
const convertedDate = timestamp(timestampInMs);
const date = dateFormat(convertedDate, 'DD-MM-YYYY');
const date = dateFormat(convertedDate, 'YYYY-MM-DD');
if (date) return date;
}
return value;
Expand Down

0 comments on commit 1a2e9e8

Please sign in to comment.