import Telescope from 'meteor/nova:lib'; import React from 'react'; import {injectIntl, FormattedMessage} from 'react-intl'; const CommentsList = ({comments, commentCount}) => { if (commentCount > 0) { return (