no reason for this

This commit is contained in:
Jori Lallo
2017-09-10 13:08:50 -04:00
parent 23a2c7a052
commit 2b9ab3aa85

View File

@@ -161,8 +161,7 @@ type Props = {
};
renderNotFound() {
const { match } = this.props;
return <Search match={match} notFound />;
return <Search notFound />;
}
render() {