sparcs-kaist / taxi-front

KAIST Taxi Party Matching Web Service
https://taxi.kaist.ac.kr
MIT License
14 stars 2 forks source link

#778의 버그 : 참여 중인 방 버튼이 비활성화 되는 경우 #780

Closed jinhyeonkwon closed 4 months ago

jinhyeonkwon commented 4 months ago

packages/web/src/components/ModalPopup/Body/BodyRoomSelection.tsx 버튼이 비활성화 되는 다른 검사에 걸리면 (예: 이미 5개 방에 참여 중임) 참여 중인 방 바로가기 버튼도 비활성화되는 상황입니다. isAlreadyPart면 어떤 경우에도 버튼이 활성화되도록 수정하겠습니다.