Skip to content
Snippets Groups Projects
Commit f8e93a5a authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! GH-991: correctly handle back/forward behaviour

parent 5f7e7ce0
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ class SwitcherApp extends React.Component { ...@@ -33,7 +33,6 @@ class SwitcherApp extends React.Component {
mounting: false mounting: false
}) })
console.log(this.props.searchParam)
const success = this.props.processParams(this.props.searchParam) const success = this.props.processParams(this.props.searchParam)
if (success) { if (success) {
this.openDetail() this.openDetail()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment