import React from 'react'; import { name } from '../../package.json'; const CommentContent = ({ comment }) => { return comment.htmlBody ? (