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

@@ -212,6 +212,7 @@ const Child = styled.div`
const Header = ({
HeaderText,
shopId,
tableId,
showProfile,
user,
isEdit,
@@ -221,7 +222,7 @@ const Header = ({
removeConnectedGuestSides,
}) => {
const { goToLogin, goToGuestSideLogin, goToAdminCafes } =
useNavigationHelpers(shopId);
useNavigationHelpers(shopId, tableId);
const [showRectangle, setShowRectangle] = useState(false);
const [animate, setAnimate] = useState("");
const rectangleRef = useRef(null);