diff --git a/frontend/src/pages/DashboardPage.tsx b/frontend/src/pages/DashboardPage.tsx index fde0150..ea66853 100644 --- a/frontend/src/pages/DashboardPage.tsx +++ b/frontend/src/pages/DashboardPage.tsx @@ -173,8 +173,22 @@ export default function DashboardPage(_props: Props) { {/* Nudges */} - {nudges.length > 0 && ( + {(streakBroken || nudges.length > 0) && (