diff --git a/src/components/CommentSection.tsx b/src/components/CommentSection.tsx index 88d36e7..36adecf 100644 --- a/src/components/CommentSection.tsx +++ b/src/components/CommentSection.tsx @@ -130,7 +130,7 @@ const CommentSection = ({ streamId }: props) => { Be the first to comment ) : ( -
+
{commentData.map((comment: comment) => (
{userData[comment.userId] && Profile}