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 f7466773ad
commit 576984d5bd
5 changed files with 5 additions and 5 deletions

View File

@@ -216,7 +216,7 @@ function Notifier({ options, notifs }: Props) {
document.removeEventListener("visibilitychange", visChange);
}, [guild_id, channel_id]);
return <></>;
return null;
}
const NotifierComponent = connectState(