오픈 예정 콘텐츠 상세

- 댓글 창, 좋아요, 공유, 후원 버튼 숨김
This commit is contained in:
Yu Sung
2024-04-02 14:49:48 +09:00
parent 2f96ad1321
commit e77a068a8e
2 changed files with 49 additions and 47 deletions

View File

@@ -132,7 +132,7 @@ struct ContentDetailView: View {
}
}
if audioContent.isCommentAvailable {
if audioContent.isCommentAvailable && !audioContent.contentUrl.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty && audioContent.releaseDate == nil {
ContentDetailCommentView(
commentCount: audioContent.commentCount,
commentList: audioContent.commentList,