diff --git a/src/pages/dashboard/DashboardPage.tsx b/src/pages/dashboard/DashboardPage.tsx index 84c39233..561d928a 100644 --- a/src/pages/dashboard/DashboardPage.tsx +++ b/src/pages/dashboard/DashboardPage.tsx @@ -43,7 +43,7 @@ const DashboardPage = () => { {t('dashboard_page_description')} {startDate > endDate ? ( - + {t('bug_date_alert')} ) : null} diff --git a/src/pages/gapsPatterns/GapsPatternsPage.tsx b/src/pages/gapsPatterns/GapsPatternsPage.tsx index b4bd3767..bface3fc 100644 --- a/src/pages/gapsPatterns/GapsPatternsPage.tsx +++ b/src/pages/gapsPatterns/GapsPatternsPage.tsx @@ -191,7 +191,7 @@ const GapsPatternsPage = () => { {startDate > endDate ? ( - + {t('bug_date_alert')} ) : null}