diff --git a/src/IssueList.jsx b/src/IssueList.jsx index effca07..c26f276 100644 --- a/src/IssueList.jsx +++ b/src/IssueList.jsx @@ -90,7 +90,7 @@ export default class IssueList extends React.Component { } setFilter(query) { - this.props.router.push({ query }); + this.props.router.push({ pathname: this.props.location.pathname, query }); } showError(message) {