Skip to content

Commit

Permalink
Merge pull request #74 from Joseonpaldo/minseok
Browse files Browse the repository at this point in the history
lobby fix
  • Loading branch information
themerous authored Sep 13, 2024
2 parents 2244864 + 4fb309a commit 7ecd352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/game/Lobby.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,10 @@ const Lobby = () => {
if (userData != null && userData.user_id != null) {
const result = await roomCheck(roomId, userData.user_id);
console.log(result);
if(!result){
alert("존재하지 않는방");
window.close();
}
// if(!result){
// alert("존재하지 않는방");
// window.close();
// }
setRoomchecking(result);
}
};
Expand Down

0 comments on commit 7ecd352

Please sign in to comment.