콘텐츠 메인 무료 탭
- 크리에이터 소개 전체보기
This commit is contained in:
@@ -23,7 +23,10 @@ struct ContentMainTabFreeView: View {
|
||||
if let introduceCreator = viewModel.introduceCreator {
|
||||
ContentMainNewContentViewV2(
|
||||
title: introduceCreator.title,
|
||||
onClickMore: {},
|
||||
onClickMore: {
|
||||
AppState.shared
|
||||
.setAppStep(step: .introduceCreatorAll)
|
||||
},
|
||||
themeList: [],
|
||||
contentList: introduceCreator.items
|
||||
) { _ in }
|
||||
|
||||
Reference in New Issue
Block a user