|
@@ -29,7 +29,7 @@ class RevisionDiff extends React.Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const patch = createPatch(
|
|
const patch = createPatch(
|
|
|
- '', // currentRevision.path is DEPRECATED
|
|
|
|
|
|
|
+ currentRevision.pageId, // currentRevision.path is DEPRECATED
|
|
|
previousText,
|
|
previousText,
|
|
|
currentRevision.body,
|
|
currentRevision.body,
|
|
|
);
|
|
);
|