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