Expanded the add stickers modal to include a confirmation screen when updating a sticker on a past day. Step state is not resetting on close.

This commit is contained in:
Lucid Kobold
2022-03-27 01:32:15 -05:00
parent 78abdc7e41
commit fb53187438
4 changed files with 201 additions and 77 deletions

View File

@@ -156,6 +156,7 @@ const Day = ({
isOpen={isOpen}
updateIsOpen={setIsOpen}
updateSticker={setStickerState}
currSticker={stickerState}
/>
)}
</StickersContextProvider>