Skip to content

Commit

Permalink
🐛 :: 신청한 자리에 재신청하는 사태 미연에 방지
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Feb 26, 2023
1 parent ac0a9b1 commit b2e9a18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ final class StudyRoomDetailViewModel: BaseViewModel {
self?.fetchDetailStudyRoom()
self?.isShowingToast = true
self?.toastMessage = "자습실 신청이 완료되었습니다."
self?.selectedSeat = nil
} onReceiveError: { [weak self] error in
self?.toastMessage = error.localizedDescription
}
Expand Down

0 comments on commit b2e9a18

Please sign in to comment.