feat(creator): 팬Talk 답글 상세를 연결한다
This commit is contained in:
@@ -6,6 +6,7 @@ struct CreatorChannelFanTalkListItem: View {
|
||||
let isOwnCreatorChannel: Bool
|
||||
let onTapReport: () -> Void
|
||||
let onTapMore: () -> Void
|
||||
let onTapDetail: () -> Void
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
@@ -41,6 +42,8 @@ struct CreatorChannelFanTalkListItem: View {
|
||||
.frame(height: 1)
|
||||
}
|
||||
.background(Color.black)
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture(perform: onTapDetail)
|
||||
}
|
||||
|
||||
private var header: some View {
|
||||
|
||||
Reference in New Issue
Block a user