瀏覽代碼

lint error

sou 8 年之前
父節點
當前提交
7a49a5ec2c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resource/js/components/SlackNotification.js

+ 2 - 2
resource/js/components/SlackNotification.js

@@ -56,12 +56,12 @@ export default class SlackNotification extends React.Component {
   }
 
   updateState(value) {
-    this.setState({notifSlackChannel: value})
+    this.setState({notifSlackChannel: value});
   }
 
   updateStateCheckbox(event) {
     const value = event.target.checked;
-    this.setState({isNotification: value})
+    this.setState({isNotification: value});
   }
 
   render() {