Explorar el Código

modified from yarn lint

白石誠 hace 5 años
padre
commit
2530789d37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/PageTimeline.jsx

+ 1 - 1
src/client/js/components/PageTimeline.jsx

@@ -28,7 +28,7 @@ class PageTimeline extends React.Component {
   }
 
   async updatePages() {
-    const { pageContainer } = this.props;
+    const { appContainer, pageContainer } = this.props;
     const { path } = pageContainer.state;
     const res = await appContainer.apiv3Get('/pages/list', { path });
     this.setState({