feat: 메인 라이브
- 라이브 다시 듣기 UI 추가
This commit is contained in:
@@ -85,6 +85,10 @@ struct LiveView: View {
|
||||
SectionRecommendLiveView(items: viewModel.recommendLiveItems)
|
||||
}
|
||||
|
||||
if viewModel.replayLiveItems.count > 0 {
|
||||
LiveReplayListView(contentList: viewModel.replayLiveItems)
|
||||
}
|
||||
|
||||
SectionLiveReservationView(
|
||||
items: viewModel.liveReservationItems,
|
||||
onClickCancel: { viewModel.getLiveMain() },
|
||||
|
||||
Reference in New Issue
Block a user