Modals #44

Merged
LucidKobold merged 14 commits from modals into main 2022-04-03 02:53:08 -04:00
6 changed files with 627 additions and 578 deletions
Showing only changes of commit 93de5cd16d - Show all commits

View File

@@ -59,6 +59,8 @@ const AddSticker = ({
isSameDay(date, new Date()) ? "currDate" : "notCurrDate"
);
// ! Step is not setting back to 0 when modal is closet. Try to move out of this component and take it in as an arg.
const handleClose = () => {
setSelectedSticker(null);
setStep(null);