itizawa 5 gadi atpakaļ
vecāks
revīzija
ffadf4181e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;
     }