function checkUserComments (props) {
  const {comments} = props
  if (comments && comments.meta) return true
  props.dispatch(loadComments())
}