From d6d6e262083a9c535a312be487be3d08cbb27ef8 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 12 Nov 2024 12:13:07 +0100 Subject: [PATCH] fix(ui): dashboard report date format --- frontend/app/components/hocs/withReport.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/hocs/withReport.tsx b/frontend/app/components/hocs/withReport.tsx index f88c7e0b8..635e8b88e 100644 --- a/frontend/app/components/hocs/withReport.tsx +++ b/frontend/app/components/hocs/withReport.tsx @@ -154,9 +154,9 @@ export default function withReport

(WrappedComponent: React.Comp

{dashboard && dashboard.name}
{period && - period.range.start.toFormat('MMM Do YY') + + period.range.start.toFormat('MMM D') + ' - ' + - period.range.end.toFormat('MMM Do YY')} + period.range.end.toFormat('MMM D')}
{dashboard && dashboard.description && (