Browse Source

fix onClickShowModal

Ran Greenberg 7 years ago
parent
commit
9da625d397
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/src/containers/WelcomeScreen.js

+ 1
- 1
playground/src/containers/WelcomeScreen.js View File

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() {