Merge pull request #10059 from atjonathan/fix/eslint-plugin-react-closing-tags
Fixed closing tags error with tests
This commit is contained in:
@ -15,7 +15,7 @@ export class NotFound extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <span></span>;
|
||||
return <span />;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user