We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fae4e commit d6028adCopy full SHA for d6028ad
lib/components/app/print-layout.js
@@ -37,8 +37,7 @@ class PrintLayout extends Component {
37
const { location } = this.props
38
// Parse the URL query parameters, if present
39
if (location && location.search) {
40
- this.props.parseUrlQueryString(location.search)
41
- this.props.routingQuery()
+ this.props.parseUrlQueryString()
42
}
43
44
0 commit comments