Bläddra i källkod

BugFix: PageStatusAlert

Yuki Takei 5 år sedan
förälder
incheckning
b03b58913d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/client/js/components/PageStatusAlert.jsx

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

@@ -94,7 +94,7 @@ class PageStatusAlert extends React.Component {
 
     // when remote revision is newer than both
     if (isHackmdDocumentOutdated && isRevisionOutdated) {
-      getContentsFunc = this.getContentsFunc;
+      getContentsFunc = this.getContentsForUpdatedAlert;
     }
     // when someone editing with HackMD
     else if (isHackmdDraftUpdatingInRealtime) {