diff --git a/components/calender/Day.tsx b/components/calender/Day.tsx
index 31bc019..8a71e32 100644
--- a/components/calender/Day.tsx
+++ b/components/calender/Day.tsx
@@ -102,7 +102,9 @@ const Day = ({
key={stickerState === null ? Math.random() : stickerState}
fontSize="1.5rem"
>
-
+
)}
@@ -143,7 +145,9 @@ const Day = ({
key={stickerState === null ? Math.random() : stickerState}
fontSize="1.5rem"
>
-
+
{isBefore(date, endOfDay(new Date())) && (
diff --git a/components/calender/modals/AddSticker.tsx b/components/calender/modals/AddSticker.tsx
index 0db24ed..b835278 100644
--- a/components/calender/modals/AddSticker.tsx
+++ b/components/calender/modals/AddSticker.tsx
@@ -64,7 +64,6 @@ const AddSticker = ({
// TODO: Invalidate submit button if the selected sticker is the same as the current sticker.
-
// TODO: Display the current sticker above the selection screen if a current sticker exists.
// TODO: Invalidate the button for the current sticker and gray it out.