feat: 메인 라이브
- 팔로잉 채널 신규 UI 사이즈 적용
This commit is contained in:
@@ -73,13 +73,8 @@ struct LiveView: View {
|
||||
}
|
||||
)
|
||||
|
||||
if viewModel.recommendChannelItems.count > 0 {
|
||||
SectionRecommendChannelView(
|
||||
items: viewModel.isFollowingList ?
|
||||
viewModel.followedChannelItems :
|
||||
viewModel.recommendChannelItems,
|
||||
isFollowingList: $viewModel.isFollowingList
|
||||
)
|
||||
if viewModel.followedChannelItems.count > 0 {
|
||||
SectionRecommendChannelView(items: viewModel.followedChannelItems)
|
||||
}
|
||||
|
||||
if viewModel.communityPostItems.count > 0 {
|
||||
|
||||
Reference in New Issue
Block a user