Skip to content

Commit

Permalink
#86 fix : 회원가입 닉네임 유효성 검사 픽스
Browse files Browse the repository at this point in the history
Co-authored-by: yy0ung <[email protected]>
Co-authored-by: BENDENG1 <[email protected]>
  • Loading branch information
3 people committed Dec 8, 2023
1 parent d15d65a commit 15b6890
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class DetailSignupViewModel @Inject constructor(

nick.onEach {
_uiState.update { state ->
nickValidation.value = false
state.copy(
isNickNotEmpty = it.isNotBlank(),
nickState = InputState.Empty
Expand Down

0 comments on commit 15b6890

Please sign in to comment.