라이브 메인 - 추천 채널 아이템 터치시 크리에이터 채널로 이동하도록 수정

This commit is contained in:
Yu Sung 2023-08-19 23:00:46 +09:00
parent 5a771f14bd
commit 633e1bfd92
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ struct SectionRecommendChannelView: View {
.lineLimit(1)
}
.onTapGesture {
AppState.shared.setAppStep(
step: .creatorDetail(userId: item.creatorId)
)
}
}