Fixed react linting error with tests

This commit is contained in:
theflametrooper
2016-08-03 18:25:31 +01:00
parent c23063c09f
commit b0e11c91ca

View File

@ -15,7 +15,7 @@ export class NotFound extends React.Component {
} }
render() { render() {
return <span></span>; return <span />;
} }
} }