Comments.propTypes = {
  showComments: PropTypes.any,
  comments: PropTypes.any,
  snippetId: PropTypes.string,
  getSnippetComments: PropTypes.func,