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 });
   }