This commit is contained in:
zadit
2025-02-14 01:54:05 +07:00
parent e9cf1a159a
commit 6a94ab6827
3 changed files with 10 additions and 5 deletions

View File

@@ -163,8 +163,8 @@
font-style: normal;
font-weight: 600;
margin-top: 19px;
margin-left: 5px;
margin-right: 5px;
margin-left: 1px;
margin-right: 1px;
width: 25px;
text-align: center;
}

View File

@@ -105,7 +105,7 @@ const Modal = ({ user, shop, isOpen, onClose, modalContent, setModal, handleMove
<MaterialMutationsPage handleClose={handleOverlayClick} cafeId={shop.cafeId} />
)}
{modalContent === "welcome_config" && <WelcomePageEditor cafeId={shop.cafeId} welcomePageConfig={shop.welcomePageConfig} />}
{modalContent === "reports" && <Reports handleClose={handleOverlayClick} cafeId={shop.cafeId} />}
{modalContent === "reports" && <Reports user={user} handleClose={handleOverlayClick} cafeId={shop.cafeId} />}
{modalContent === "create_coupon" && <CreateCoupon />}