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 && (