gg
This commit is contained in:
@@ -24,6 +24,7 @@ const Modal = ({ shopId, isOpen, onClose, modalContent }) => {
|
||||
×
|
||||
</button>
|
||||
{modalContent === "edit_tables" && <TableMaps shopId={shopId} />}
|
||||
{modalContent === "new_transaction" && <TableMaps shopId={shopId} />}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user