This commit is contained in:
client perkafean
2024-08-15 07:43:23 +00:00
parent 9c3a14366c
commit 696ac38e33
8 changed files with 333 additions and 59 deletions

View File

@@ -25,7 +25,7 @@ const Modal = ({ shop, isOpen, onClose, modalContent }) => {
// Prevent click event from propagating to the overlay
event.stopPropagation();
};
console.log(shop.qrPayment)
return (
<div onClick={handleOverlayClick} className={styles.modalOverlay}>
<div className={styles.modalContent} onClick={handleContentClick}>