forked from abner/for-legacy-web
Replace usage of <></> with null for project and style consistency
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user