Explorar el Código

adjust comment

itizawa hace 5 años
padre
commit
c940b09778
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/services/PageContainer.js

+ 1 - 1
src/client/js/services/PageContainer.js

@@ -104,7 +104,7 @@ export default class PageContainer extends Container {
     this.initStateMarkdown();
     this.checkAndUpdateImageUrlCached(this.state.likerUsers);
 
-    // skip if not shared page and not new page
+    // skip if shared page or new page
     if (this.state.shareLinkId == null && this.state.pageId != null) {
       this.retrieveSeenUsers();
       this.retrieveLikeInfo();