콘텐츠 메인 모닝콜 탭
- 새로운 알람 전체보기
This commit is contained in:
@@ -23,7 +23,10 @@ struct ContentMainTabAlarmView: View {
|
||||
if !viewModel.alarmThemeList.isEmpty {
|
||||
ContentMainNewContentViewV2(
|
||||
title: "새로운 알람",
|
||||
onClickMore: {},
|
||||
onClickMore: {
|
||||
AppState.shared
|
||||
.setAppStep(step: .newAlarmContentAll)
|
||||
},
|
||||
themeList: viewModel.alarmThemeList,
|
||||
contentList: viewModel.newAlarmContentList
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user