Skip to content

Commit

Permalink
#20 Fix : 회원 탈퇴 이유가 '이유를 선택해주세요.' 로 고정되는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Jan 11, 2024
1 parent c3cf404 commit ba4c6e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ fun MyPageWithdrawalConfirmScreen(
val activity = (LocalContext.current as? Activity)

LaunchedEffect(true) {
viewModel.updateWithdrawalReason("이유를 선택해주세요.")

effectFlow.collectLatest { effect ->
when (effect) {
is MyPageContract.Effect.NavigateTo -> {
Expand Down

0 comments on commit ba4c6e9

Please sign in to comment.