import Telescope from 'meteor/nova:lib'; import React from 'react'; const CommentsLoadMore = ({loadMore, count, totalCount}) => { const label = totalCount ? `Load More (${count}/${totalCount})` : "Load More"; return { e.preventDefault(); loadMore();}}>{label} } CommentsLoadMore.displayName = "CommentsLoadMore"; Telescope.registerComponent('CommentsLoadMore', CommentsLoadMore);