Răsfoiți Sursa

delete unused life-cycle method

utsushiiro 7 ani în urmă
părinte
comite
961302fccf
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      src/client/js/components/Page.js

+ 0 - 4
src/client/js/components/Page.js

@@ -29,10 +29,6 @@ export default class Page extends React.Component {
     this.appendEditSectionButtons();
   }
 
-  componentWillReceiveProps(nextProps) {
-    this.renderHtml(nextProps.markdown, nextProps.highlightKeywords);
-  }
-
   setMarkdown(markdown) {
     this.renderHtml(markdown, this.props.highlightKeywords);
   }