feat(creator-profile): 콘텐츠 섹션 UI 변경
This commit is contained in:
@@ -203,8 +203,11 @@ struct UserProfileView: View {
|
||||
if creatorProfile.creator.creatorId == UserDefaults.int(forKey: .userId) || creatorProfile.contentList.count > 0 {
|
||||
UserProfileContentView(
|
||||
userId: userId,
|
||||
items: creatorProfile.contentList
|
||||
items: creatorProfile.contentList,
|
||||
totalContentCount: creatorProfile.totalContentCount,
|
||||
ownedContentCount: creatorProfile.ownedContentCount
|
||||
)
|
||||
.padding(.horizontal, 24)
|
||||
}
|
||||
|
||||
if viewModel.communityPostList.count > 0 {
|
||||
|
||||
Reference in New Issue
Block a user