From 6b9ebbfbd6fbe47900a4f2e785c550edb915669a Mon Sep 17 00:00:00 2001 From: Victor Chabbert Date: Mon, 7 Aug 2017 23:56:23 +0200 Subject: Fix flow errors --- frontend/src/scenes/SplashScreen/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/scenes/SplashScreen/index.js') diff --git a/frontend/src/scenes/SplashScreen/index.js b/frontend/src/scenes/SplashScreen/index.js index 0732b1b3..7b45d20f 100644 --- a/frontend/src/scenes/SplashScreen/index.js +++ b/frontend/src/scenes/SplashScreen/index.js @@ -7,7 +7,6 @@ import HomeLayout from './components/HomeLayout'; class SplashScreen extends Component { play = e => { - e.preventDefault(); if (this._username !== undefined) { this.props.chooseUsername(this._username); } -- cgit