Replace usage of <></> with null for project and style consistency

This commit is contained in:
bree
2021-07-04 21:13:44 -04:00
parent e03449b75c
commit 8ece647857
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ export default function UpdateIndicator() {
return internalSubscribe('PWA', 'update', () => setPending(true));
});
if (!pending) return <></>;
if (!pending) return null;
const theme = useContext(ThemeContext);
return (