Skip to content

Commit

Permalink
fix : minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flowersayo committed May 8, 2023
1 parent 8388148 commit cecc594
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function LoginBox() {
} catch (error) {
console.log(error);
} finally {
setIsLoading(false); // 소켓 연결 실패했을 때에도
}
}
};
Expand Down Expand Up @@ -135,7 +136,6 @@ function LoginBox() {
height="40px"
text={Language[mode].join}
onClick={_joinGame}
disabled={isLoading}
/>
</Col>
</BgBox>
Expand Down
1 change: 0 additions & 1 deletion client/src/pages/MobileRoomListScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function MobileRoomListScreen() {
};
ws.send(JSON.stringify(request));
console.log(request);
navigate("/");
}
};

Expand Down

0 comments on commit cecc594

Please sign in to comment.