itizawa 6 лет назад
Родитель
Сommit
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 });
   }