浏览代码

fix onClickShowModal

Ran Greenberg 8 年前
父节点
当前提交
9da625d397
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      playground/src/containers/WelcomeScreen.js

+ 1
- 1
playground/src/containers/WelcomeScreen.js 查看文件

7
   constructor(props) {
7
   constructor(props) {
8
     super(props);
8
     super(props);
9
     this.onClickPush = this.onClickPush.bind(this);
9
     this.onClickPush = this.onClickPush.bind(this);
10
-    this.onShowModal = this.onShowModal.bind(this);
10
+    this.onClickShowModal = this.onClickShowModal.bind(this);
11
   }
11
   }
12
 
12
 
13
   render() {
13
   render() {