if (this.state.show_all){
        button = (
          <div className='show-all-comments'>
            <span onClick={this.hideMoreClick}>Скрыть комментарии</span>
          </div>