Added documentation.

This commit is contained in:
Lucid Kobold
2022-03-27 01:53:54 -05:00
parent 501e6a44be
commit 93de5cd16d

View File

@@ -59,6 +59,8 @@ const AddSticker = ({
isSameDay(date, new Date()) ? "currDate" : "notCurrDate" 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 = () => { const handleClose = () => {
setSelectedSticker(null); setSelectedSticker(null);
setStep(null); setStep(null);