소스 검색

modified from yarn lint

白石誠 5 년 전
부모
커밋
e63ae46e34
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/client/js/components/PageTimeline.jsx

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

@@ -15,9 +15,10 @@ class PageTimeline extends React.Component {
 
   constructor(props) {
     super(props);
+
+    const { appContainer } = this.props;
     this.showPages = this.showPages.bind(this);
     this.handlePage = this.handlePage.bind(this);
-    const { appContainer } = this.props;
     this.state = {
       activePage: 1,
       totalPages: 0,