diff --git a/src/pages/Streak.jsx b/src/pages/Streak.jsx index 152432d..c09dc04 100644 --- a/src/pages/Streak.jsx +++ b/src/pages/Streak.jsx @@ -29,7 +29,7 @@ const Streak = () => { const isCompleted = completedDatesSet.has(formattedDate) const isPastOrToday = formattedDate <= today - if (isPastOrToday) { + if (isPastOrToday && isCompleted) { return ( {