ok
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user