itizawa 5 lat temu
rodzic
commit
a37dcbcd3f
1 zmienionych plików z 0 dodań i 2 usunięć
  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;
   }