Yuki Takei před 7 roky
rodič
revize
0cf63ba22f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/client/js/components/PageList/Page.jsx

+ 1 - 1
src/client/js/components/PageList/Page.jsx

@@ -43,7 +43,7 @@ Page.propTypes = {
   page: PropTypes.object.isRequired,
   page: PropTypes.object.isRequired,
   linkTo: PropTypes.string,
   linkTo: PropTypes.string,
   excludePathString: PropTypes.string,
   excludePathString: PropTypes.string,
-  children: PropTypes.element,
+  children: PropTypes.array,
 };
 };
 
 
 Page.defaultProps = {
 Page.defaultProps = {