itizawa 6 anos atrás
pai
commit
7143549ecb

+ 2 - 2
src/client/js/services/AdminNotificationContainer.js

@@ -131,14 +131,14 @@ export default class AdminNotificationContainer extends Container {
   /**
   /**
    * Switch isNotificationForOwnerPageEnabled
    * Switch isNotificationForOwnerPageEnabled
    */
    */
-  switchIsNotificationOwnerPageEnabled() {
+  switchIsNotificationForOwnerPageEnabled() {
     this.setState({ isNotificationForOwnerPageEnabled: !this.state.isNotificationForOwnerPageEnabled });
     this.setState({ isNotificationForOwnerPageEnabled: !this.state.isNotificationForOwnerPageEnabled });
   }
   }
 
 
   /**
   /**
    * Switch isNotificationForGroupPageEnabled
    * Switch isNotificationForGroupPageEnabled
    */
    */
-  switchIsNotificationGroupPageEnabled() {
+  switchIsNotificationForGroupPageEnabled() {
     this.setState({ isNotificationForGroupPageEnabled: !this.state.isNotificationForGroupPageEnabled });
     this.setState({ isNotificationForGroupPageEnabled: !this.state.isNotificationForGroupPageEnabled });
   }
   }