feat(creator): 팬Talk 섹션을 연결한다
This commit is contained in:
@@ -72,6 +72,11 @@ struct CreatorChannelHomeView: View {
|
||||
onSelectTab: onSelectTab,
|
||||
onTapLike: onTapCommunityLike
|
||||
)
|
||||
|
||||
CreatorChannelFanTalkSection(
|
||||
fanTalk: response.fanTalk,
|
||||
onSelectTab: onSelectTab
|
||||
)
|
||||
}
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.background(Color.black)
|
||||
|
||||
Reference in New Issue
Block a user