mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 01:00:13 -04:00
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