diff --git a/client/coral-admin/src/components/Comment.js b/client/coral-admin/src/components/Comment.js index 0c63445c8..154d68134 100644 --- a/client/coral-admin/src/components/Comment.js +++ b/client/coral-admin/src/components/Comment.js @@ -7,44 +7,44 @@ import I18n from 'coral-framework/modules/i18n/i18n'; import translations from '../translations.json'; import Linkify from 'react-linkify'; -const linkify = new Linkify() +const linkify = new Linkify(); // Render a single comment for the list export default props => { - const links = linkify.getMatches(props.comment.get('body')) + const links = linkify.getMatches(props.comment.get('body')); - return ( -
{lang.t('comment.flagged')}
: null} -{lang.t('comment.flagged')}
: null} +