Browse Source

clean code: dummyTitle dummyTitleForError

kaori 3 năm trước cách đây
mục cha
commit
aeb8cb1c7f
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      packages/app/src/client/services/AdminAppContainer.js

+ 1 - 5
packages/app/src/client/services/AdminAppContainer.js

@@ -11,13 +11,9 @@ export default class AdminAppContainer extends Container {
   constructor() {
     super();
 
-    this.dummyTitle = 0;
-    this.dummyTitleForError = 1;
-
     this.state = {
       retrieveError: null,
-      // set dummy value tile for using suspense
-      title: this.dummyTitle,
+      title: '',
       confidential: '',
       globalLang: '',
       isEmailPublishedForNewUser: true,