feat(user-profile): 팔로워 수 문구 팔로워 OO에서 팔로워 OO명으로 변경
This commit is contained in:
@@ -718,7 +718,7 @@ class UserProfileActivity : BaseActivity<ActivityUserProfileBinding>(
|
||||
binding.tvNotificationCount.visibility = View.VISIBLE
|
||||
binding
|
||||
.tvNotificationCount
|
||||
.text = "팔로워 ${creator.notificationRecipientCount.moneyFormat()}"
|
||||
.text = "팔로워 ${creator.notificationRecipientCount.moneyFormat()}명"
|
||||
}
|
||||
|
||||
if (creator.isFollow) {
|
||||
|
||||
Reference in New Issue
Block a user