From da45b37b8f67332cd5c8ef390ef1a386a0e553d3 Mon Sep 17 00:00:00 2001 From: WelldoneM Date: Wed, 6 Nov 2024 15:34:51 -0600 Subject: [PATCH] changing so that the calendar displays only purple fire icons instead of the gray ones --- src/pages/Streak.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ( {