소스 검색

Modified a comment just for a note for the future dev

Taichi Masuyama 5 년 전
부모
커밋
906f4faca8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/services/AppContainer.js

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

@@ -54,7 +54,7 @@ export default class AppContainer extends Container {
     this.isSharedUser = isSharedPageElem != null && this.currentUser == null;
 
     // TAICHI: check if Link Sharing is enabled or not
-    // this.canShareLink = 
+    // this.isLinkSharingForbidden =
 
     const userLocaleId = this.currentUser?.lang;
     this.i18n = i18nFactory(userLocaleId);