This commit is contained in:
nospeedlimitindonesia
2024-07-30 06:40:37 +00:00
parent 1bef19f624
commit ab3732fe9d
7 changed files with 61 additions and 26 deletions

View File

@@ -163,6 +163,10 @@ function App() {
handleModalFromURL();
}, [shopId]);
useEffect(() => {
console.log(shopId + tableId);
}, [navigate]);
// Function to open the modal
const setModal = (content) => {
setIsModalOpen(true);