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,7 +7,7 @@ class WelcomeScreen extends Component {
7 7
   constructor(props) {
8 8
     super(props);
9 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 13
   render() {