콘텐츠 메인 시리즈 탭
- 완결 시리즈 전체보기 추가
This commit is contained in:
@@ -52,7 +52,10 @@ struct ContentMainTabSeriesView: View {
|
||||
if !viewModel.rankCompleteSeriesList.isEmpty {
|
||||
ContentMainCompletedSeriesView(
|
||||
itemList: viewModel.rankCompleteSeriesList,
|
||||
onClickMore: {}
|
||||
onClickMore: {
|
||||
AppState.shared
|
||||
.setAppStep(step: .completedSeriesAll)
|
||||
}
|
||||
)
|
||||
.padding(.top, 30)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user