Skip to content

Commit d6028ad

Browse files
committed
fix(print-layout): fix print layout for new URL routing
fix ibi-group/trimet-mod-otp#79
1 parent f3fae4e commit d6028ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/components/app/print-layout.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ class PrintLayout extends Component {
3737
const { location } = this.props
3838
// Parse the URL query parameters, if present
3939
if (location && location.search) {
40-
this.props.parseUrlQueryString(location.search)
41-
this.props.routingQuery()
40+
this.props.parseUrlQueryString()
4241
}
4342
}
4443

0 commit comments

Comments
 (0)