itizawa 5 년 전
부모
커밋
ffadf4181e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/client/js/components/PageHistory.jsx

+ 1 - 0
src/client/js/components/PageHistory.jsx

@@ -27,6 +27,7 @@ class PageHistory extends React.Component {
   async componentWillMount() {
     const pageId = this.props.pageId;
     const shareLinkId = this.props.shareLinkId || null;
+
     if (!pageId) {
       return;
     }