Merge pull request #10059 from atjonathan/fix/eslint-plugin-react-closing-tags

Fixed closing tags error with tests
This commit is contained in:
Berkeley Martinez
2016-08-11 11:31:10 -07:00
committed by GitHub

View File

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