fix(main): 현재 라이브 전체보기를 보정한다

This commit is contained in:
Yu Sung
2026-08-03 15:37:27 +09:00
parent 498debbfc7
commit dc99bdf9c9
10 changed files with 172 additions and 160 deletions

View File

@@ -519,7 +519,7 @@ struct MainView: View {
}
private func handleRecommendationLiveAllTap() {
appState.setAppStep(step: .liveNowAll(onClickParticipant: handleRecommendationLiveTap))
appState.setAppStep(step: .liveNowAll)
}
private func handleRecommendationCreatorTap(creatorId: Int) {