diff --git a/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift b/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift index f6cf499..7d85ba8 100644 --- a/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift +++ b/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift @@ -86,6 +86,9 @@ struct SectionRecommendChannelView: View { .lineLimit(1) } .onTapGesture { + AppState.shared.setAppStep( + step: .creatorDetail(userId: item.creatorId) + ) } }