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() {
   async componentWillMount() {
     const pageId = this.props.pageId;
     const pageId = this.props.pageId;
     const shareLinkId = this.props.shareLinkId || null;
     const shareLinkId = this.props.shareLinkId || null;
+
     if (!pageId) {
     if (!pageId) {
       return;
       return;
     }
     }