Przeglądaj źródła

modified from yarn lint

白石誠 5 lat temu
rodzic
commit
2530789d37
1 zmienionych plików z 1 dodań i 1 usunięć
  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({