+ {!isMyTalkPick && !voted && (
+
+
+ {NOTICE.REQUIRED.VOTE}
+
+
+ )}
+ {commentList?.totalElements === 0 ? (
+
+
+ {COMMENT.NO_COMMENTS_YET}
+
+
+ {COMMENT.FIRST_COMMENT_SUGGESTION}
+
+ ) : (
+
+ {commentList?.content.map((commentData, idx) => (
+
+ ))}
+
+ )}
+