콘텐츠 메인 무료 탭
- 새로운 무료 콘텐츠 전체보기
This commit is contained in:
@@ -161,8 +161,8 @@ struct ContentView: View {
|
||||
case .userProfileFanTalkAll(let userId):
|
||||
UserProfileFanTalkAllView(userId: userId)
|
||||
|
||||
case .newContentAll:
|
||||
ContentNewAllView()
|
||||
case .newContentAll(let isFree):
|
||||
ContentNewAllView(isFree: isFree)
|
||||
|
||||
case .curationAll(let title, let curationId):
|
||||
ContentCurationView(title: title, curationId: curationId)
|
||||
|
Reference in New Issue
Block a user