ok
This commit is contained in:
@@ -85,7 +85,7 @@ const Modal = ({ user, shop, isOpen, onClose, modalContent, setModal, handleMove
|
||||
{modalContent === "transaction_end" && <Transaction_end />}
|
||||
{modalContent === "transaction_failed" && <Transaction_failed />}
|
||||
{modalContent === "payment_option" && (
|
||||
<PaymentOptions shopId={shop.cafeId} />
|
||||
<PaymentOptions shop={shop} shopId={shop.cafeId} />
|
||||
)}
|
||||
{modalContent === "add_material" && (
|
||||
<MaterialList handleClose={handleOverlayClick} cafeId={shop.cafeId} />
|
||||
|
||||
Reference in New Issue
Block a user