itizawa 5 năm trước cách đây
mục cha
commit
ffadf4181e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }