Browse Source

fix alert

itizawa 5 years ago
parent
commit
a37dcbcd3f
1 changed files with 0 additions and 2 deletions
  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;
   }