This commit is contained in:
zadit frontend
2024-08-01 07:49:04 +00:00
parent e424195d2e
commit a158e44071
6 changed files with 191 additions and 19 deletions

View File

@@ -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>
);