This commit is contained in:
zadit
2025-01-23 06:50:14 +07:00
parent 380fe7dd78
commit 469d786d49
5 changed files with 91 additions and 42 deletions

View File

@@ -104,7 +104,7 @@ const Modal = ({ user, shop, isOpen, onClose, modalContent, setModal, handleMove
{modalContent === "create_coupon" && <CreateCoupon />}
{modalContent === "check_coupon" && <CheckCoupon />}
{modalContent === "create_user" && <CreateUserWithCoupon />}
{modalContent === "create_user" && <CreateUserWithCoupon setModal={setModal}/>}
</div>
</div>
);