Explorar el Código

adjust comment

itizawa hace 5 años
padre
commit
413435f263
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

@@ -106,7 +106,7 @@ export default class PageContainer extends Container {
 
     const { currentUser } = this.appContainer;
 
-    // skip if shared page or new page
+    // retrieve information when the page exists and the user is logged in
     if (currentUser != null && this.state.pageId != null) {
       this.retrieveSeenUsers();
       this.retrieveLikeInfo();