ok
This commit is contained in:
@@ -24,6 +24,7 @@ import { unsubscribeUser } from "../helpers/subscribeHelpers.js";
|
||||
import WelcomePage from "./WelcomePage.js";
|
||||
|
||||
function CafePage({
|
||||
shopId,
|
||||
table,
|
||||
sendParam,
|
||||
welcomePageConfig,
|
||||
@@ -44,9 +45,9 @@ function CafePage({
|
||||
const location = useLocation();
|
||||
const [searchParams] = useSearchParams();
|
||||
const token = searchParams.get("token");
|
||||
const { shopId, tableCode } = useParams();
|
||||
sendParam({ shopId, tableCode });
|
||||
|
||||
const { shopIdentifier, tableCode } = useParams();
|
||||
sendParam({ shopIdentifier, tableCode });
|
||||
|
||||
const navigate = useNavigate();
|
||||
|
||||
const [screenMessage, setScreenMessage] = useState("");
|
||||
|
||||
Reference in New Issue
Block a user