feat: 메인 라이브
- 최근 종료한 라이브 UI 추가
This commit is contained in:
		@@ -85,6 +85,10 @@ struct LiveView: View {
 | 
			
		||||
                                SectionRecommendLiveView(items: viewModel.recommendLiveItems)
 | 
			
		||||
                            }
 | 
			
		||||
                            
 | 
			
		||||
                            if viewModel.latestFinishedLiveItems.count > 0 {
 | 
			
		||||
                                SectionLatestFinishedLiveView(items: viewModel.latestFinishedLiveItems)
 | 
			
		||||
                            }
 | 
			
		||||
                            
 | 
			
		||||
                            if viewModel.replayLiveItems.count > 0 {
 | 
			
		||||
                                LiveReplayListView(contentList: viewModel.replayLiveItems)
 | 
			
		||||
                            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user