Sfoglia il codice sorgente

Update PageHistory.jsx

itizawa 5 anni fa
parent
commit
8a2c60235f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/client/js/components/PageHistory.jsx

+ 1 - 1
src/client/js/components/PageHistory.jsx

@@ -114,7 +114,7 @@ class PageHistory extends React.Component {
     const shareLinkId = this.props.shareLinkId || null;
     const shareLinkId = this.props.shareLinkId || null;
 
 
     if (revision.body) {
     if (revision.body) {
-      // return;
+      return;
     }
     }
 
 
     this.props.crowi.apiGet('/revisions.get',
     this.props.crowi.apiGet('/revisions.get',