Explorar el Código

Merge branch 'master' into support/share-link-for-outside-for-merge

itizawa hace 5 años
padre
commit
5b1dee77dc
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/client/js/components/PageStatusAlert.jsx

+ 0 - 2
src/client/js/components/PageStatusAlert.jsx

@@ -120,8 +120,6 @@ class PageStatusAlert extends React.Component {
       content = this.renderDraftExistsAlert();
     }
 
-    content = this.renderUpdatedAlert();
-
     return content;
   }