Fixed react linting 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