feat: 메인 라이브

- 팔로잉 채널 신규 UI 사이즈 적용
This commit is contained in:
Yu Sung
2025-07-22 03:19:01 +09:00
parent 33195e5c8e
commit a4663d0853
3 changed files with 31 additions and 60 deletions

View File

@@ -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 {