import React from 'react'; import SmartContainers from "meteor/utilities:react-list-container"; const ListContainer = SmartContainers.ListContainer; import { ModalTrigger } from "meteor/nova:core"; const PostsCommentsThread = ({document, currentUser}) => { ({CommentsList, CommentsNew, PostsItem, PostsCategories, SocialShare, Vote, PostsStats, HeadTags, UsersAccountForm} = Telescope.components); const post = document; return (

Comments

{ currentUser ?

New Comment:

:
Please log in to comment}>
}
) }; module.exports = PostsCommentsThread; export default PostsCommentsThread;