style: code cleanup

This commit is contained in:
David Ralph
2021-03-19 15:56:48 +00:00
parent 77a0bbe7ee
commit 9ea6c18cd2
15 changed files with 140 additions and 114 deletions

View File

@@ -194,6 +194,6 @@ export default class Background extends React.PureComponent {
}
render() {
return <div id='backgroundImage'></div>;
return <div id='backgroundImage'/>;
}
}