Browse Source

no auto timer

pull/1/head
Tim Glasgow 2 years ago
parent
commit
105cf0fc54
  1. 2
      squarenotsquare/components/Splash.js

2
squarenotsquare/components/Splash.js

@ -11,7 +11,7 @@ class Splash extends Component {
}
//props.someNavAction, 5000
setTimeout(null, 5000);
//setTimeout(null, 5000);
}
render () {

Loading…
Cancel
Save