Skip to content

Commit

Permalink
Fix search results so that filtering/sorting changes update the compo…
Browse files Browse the repository at this point in the history
…nent - #55
  • Loading branch information
mickaobrien committed Sep 6, 2019
1 parent 588a139 commit 73f0298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SearchResults.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const styles = theme => ({
})


class SearchResultsPage extends React.PureComponent {
class SearchResultsPage extends React.Component {
constructor(props) {
super(props);
this.state = {
Expand Down

0 comments on commit 73f0298

Please sign in to comment.