Skip to content

Commit

Permalink
no back to force reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
danalexilewis committed Jul 26, 2020
1 parent a938e4e commit abf2b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class App extends Component {
this.setState({
firstLoad: false
})
this.forceUpdate()
window.location.reload()
}
}).catch((err) => {
console.log('Big ooooooops! ', err)
Expand Down

0 comments on commit abf2b31

Please sign in to comment.