채널 상세 - 팔로워 수 천 단위 콤마 표시
This commit is contained in:
@@ -77,7 +77,7 @@ struct UserProfileView: View {
|
||||
}
|
||||
} else {
|
||||
VStack(alignment: .leading, spacing: 9.3) {
|
||||
Text(I18n.MemberChannel.followerCount(creatorProfile.creator.notificationRecipientCount))
|
||||
Text(I18n.MemberChannel.followerCount(creatorProfile.creator.notificationRecipientCount.comma()))
|
||||
.font(.custom(Font.preMedium.rawValue, size: 16))
|
||||
.foregroundColor(Color.white)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user