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

@@ -33,6 +33,7 @@ function CafePage({
const token = searchParams.get("token");
const { shopId, tableId } = useParams();
sendParam({ shopId, tableId });
const navigate = useNavigate();
const [loading, setLoading] = useState(true);
@@ -97,6 +98,7 @@ function CafePage({
isEdit={() => setModal("edit")}
isLogout={handleLogout}
shopId={shopId}
tableId={tableId}
user={user}
guestSides={guestSides}
guestSideOfClerk={guestSideOfClerk}