댓글 추가 불가능 한 포스트의 경우 댓글 영역이 보이지 않도록 수정
This commit is contained in:
@@ -97,14 +97,16 @@ struct CreatorCommunityAllItemView: View {
|
|||||||
}
|
}
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
|
|
||||||
CreatorCommunityCommentView(
|
if item.isCommentAvailable {
|
||||||
commentCount: item.commentCount,
|
CreatorCommunityCommentView(
|
||||||
commentItem: item.firstComment,
|
commentCount: item.commentCount,
|
||||||
onClickWriteComment: onClickWriteComment
|
commentItem: item.firstComment,
|
||||||
)
|
onClickWriteComment: onClickWriteComment
|
||||||
.onTapGesture {
|
)
|
||||||
if item.commentCount > 0 {
|
.onTapGesture {
|
||||||
onClickComment()
|
if item.commentCount > 0 {
|
||||||
|
onClickComment()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user