diff --git a/src/App.js b/src/App.js index 86a338c..faa776c 100644 --- a/src/App.js +++ b/src/App.js @@ -26,7 +26,7 @@ class App extends Component { this.setState({ firstLoad: false }) - this.forceUpdate() + window.location.reload() } }).catch((err) => { console.log('Big ooooooops! ', err)