라이브 메인 - 추천 채널 아이템 터치시 크리에이터 채널로 이동하도록 수정
This commit is contained in:
@@ -86,6 +86,9 @@ struct SectionRecommendChannelView: View {
|
||||
.lineLimit(1)
|
||||
}
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(
|
||||
step: .creatorDetail(userId: item.creatorId)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user