|
@@ -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;
|
|
|
}
|
|
}
|