itizawa преди 6 години
родител
ревизия
7143549ecb
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/client/js/services/AdminNotificationContainer.js

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

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