/**
  * @inheritDoc
  */
 public function toHtml()
 {
     if ($this->_storeManager->isSingleStoreMode()) {
         return '';
     }
     return parent::toHtml();
 }