feat(creator): 커뮤니티 섹션을 연결한다
This commit is contained in:
@@ -63,6 +63,11 @@ struct CreatorChannelHomeView: View {
|
||||
onSelectTab: onSelectTab,
|
||||
onTapSeries: onTapSeries
|
||||
)
|
||||
|
||||
CreatorChannelCommunitySection(
|
||||
communities: response.communities,
|
||||
onSelectTab: onSelectTab
|
||||
)
|
||||
}
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.background(Color.black)
|
||||
|
||||
Reference in New Issue
Block a user