|
@@ -63,6 +63,10 @@ const RevisionComparer = (props) => {
|
|
|
isNodiff = sourceRevision._id === targetRevision._id;
|
|
isNodiff = sourceRevision._id === targetRevision._id;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if (currentPageId == null || currentPagePath == null) {
|
|
|
|
|
+ return <>{ t('not_found_page.page_not_exist')}</>;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
return (
|
|
return (
|
|
|
<div className="revision-compare">
|
|
<div className="revision-compare">
|
|
|
<div className="d-flex">
|
|
<div className="d-flex">
|