크리에이터 채널

- 시리즈 section 추가
This commit is contained in:
Yu Sung
2024-04-29 16:15:51 +09:00
parent 75b9c76987
commit ffbdbbaa06
7 changed files with 265 additions and 0 deletions

View File

@@ -107,6 +107,15 @@ struct UserProfileView: View {
}
}
if !creatorProfile.seriesList.isEmpty {
UserProfileSeriesView(
creatorId: creatorProfile.creator.creatorId,
items: creatorProfile.seriesList
)
.padding(.top, 26.7)
.padding(.horizontal, 13.3)
}
if creatorProfile.contentList.count > 0 ||
userId == UserDefaults.int(forKey: .userId)
{