Skip to content

Commit

Permalink
fix : fix dormacy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
flowersayo authored and salt26 committed May 16, 2023
1 parent 0763cf4 commit 4484315
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/src/pages/MobileWatingRoomScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export default function MobileWatingRoomScreen() {
if (res?.request === "dormancy") {
navigate(`/rooms`, { state: res.data });
}

switch (res?.type) {
case "game_list": // 팀 변경 요청에 대한 응답 , 접속 끊겼을때
setUsers(res.data);
Expand Down
1 change: 0 additions & 1 deletion client/src/pages/WatingGamePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export default function WatingGamePage() {
if (res?.request === "dormancy") {
navigate(`/rooms`, { state: res.data });
}

switch (res?.type) {
case "game_list": // 팀 변경 요청에 대한 응답 , 접속 끊겼을때
setUsers(res.data);
Expand Down

0 comments on commit 4484315

Please sign in to comment.