import React from 'react'; const CommentContent = ({comment}) => { const textbreaks = comment.body.split('\n'); return