Modals #44
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user