SULLEY\ryo-h 4 лет назад
Родитель
Сommit
75a70a05e5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ui/src/components/PagePath/PagePathLabel.jsx

+ 1 - 1
packages/ui/src/components/PagePath/PagePathLabel.jsx

@@ -15,7 +15,7 @@ export const PagePathLabel = (props) => {
       return <span dangerouslySetInnerHTML={{ __html: reactElement.props.children }}></span>;
     }
     return <span className={classNames.join(' ')}>{reactElement.props.children}</span>;
-  }, [props.isPathIncludedHtml]);
+  }, [classNames, props.isPathIncludedHtml]);
 
 
   if (props.isLatterOnly) {