ok
This commit is contained in:
@@ -71,7 +71,6 @@ function CafePage({
|
||||
setIsStarted(true);
|
||||
}
|
||||
}
|
||||
setLoading(false);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
@@ -118,6 +117,7 @@ function CafePage({
|
||||
socket.on("joined-room", (response) => {
|
||||
const { isSpotifyNeedLogin } = response;
|
||||
setNeedSpotifyLogin(isSpotifyNeedLogin);
|
||||
setLoading(false);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -162,6 +162,7 @@ function CafePage({
|
||||
isLogout={handleLogout}
|
||||
shopId={shopId}
|
||||
shopName={shopName}
|
||||
shopImage={config.image}
|
||||
shopOwnerId={shopOwnerId}
|
||||
shopClerks={shopClerks}
|
||||
tableCode={table.tableCode}
|
||||
|
||||
Reference in New Issue
Block a user