import React from 'react'; import Linkify from 'react-linkify'; const name = 'coral-plugin-comment-content'; const CommentContent = ({comment}) => { const textbreaks = comment.body.split('\n'); return