diff --git a/components/calender/modals/AddUpdateSticker.tsx b/components/calender/modals/AddUpdateSticker.tsx index 5691816..f38a6ce 100644 --- a/components/calender/modals/AddUpdateSticker.tsx +++ b/components/calender/modals/AddUpdateSticker.tsx @@ -58,6 +58,8 @@ const AddUpdateSticker = ({ const { addEditSticker } = useContext(StickersContext); + // ! Update these states to sat "add" and "edit" for easier reading. + const [modalVariant] = useState<"currDate" | "notCurrDate">( isSameDay(date, new Date()) ? "currDate" : "notCurrDate" ); @@ -80,12 +82,23 @@ const AddUpdateSticker = ({ { header: `Which sticker did you earn for ${format(date, "LLL d, y")}?`, body: ( - + + + {"Select a sticker"} + + + ), footer: (