Skip to content

Commit

Permalink
[fix] 모임 생성 유저 - 직업명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
blueme0 committed Feb 17, 2024
1 parent 1c70d34 commit e67e245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ class MoimViewModel @Inject constructor(
userRepository.getUser(userId)
.onSuccess {
_moinCreateUserName.value = it.name
_moinCreateUserJob.value = "${it.job.detailClass} ${it.job.jobClass}"
_moinCreateUserJob.value = "${it.job.detailClass}"
_moinCreateUserCharacterId.value = characterList[it.characterId] ?: R.drawable.ic_penguin
}
}
Expand Down

0 comments on commit e67e245

Please sign in to comment.