fix: 메인 라이브
- 안 쓰는 이벤트 코드 제거
This commit is contained in:
@@ -73,14 +73,6 @@ struct LiveView: View {
|
||||
}
|
||||
)
|
||||
|
||||
if viewModel.communityPostItems.count > 0 {
|
||||
SectionCommunityPostView(items: viewModel.communityPostItems)
|
||||
}
|
||||
|
||||
if viewModel.recommendLiveItems.count > 0 {
|
||||
SectionRecommendLiveView(items: viewModel.recommendLiveItems)
|
||||
}
|
||||
|
||||
if viewModel.recommendChannelItems.count > 0 {
|
||||
SectionRecommendChannelView(
|
||||
items: viewModel.isFollowingList ?
|
||||
@@ -90,6 +82,14 @@ struct LiveView: View {
|
||||
)
|
||||
}
|
||||
|
||||
if viewModel.communityPostItems.count > 0 {
|
||||
SectionCommunityPostView(items: viewModel.communityPostItems)
|
||||
}
|
||||
|
||||
if viewModel.recommendLiveItems.count > 0 {
|
||||
SectionRecommendLiveView(items: viewModel.recommendLiveItems)
|
||||
}
|
||||
|
||||
SectionLiveReservationView(
|
||||
items: viewModel.liveReservationItems,
|
||||
onClickCancel: { viewModel.getSummary() },
|
||||
|
||||
Reference in New Issue
Block a user