forked from abner/for-legacy-web
Replace usage of <></> with null for project and style consistency
This commit is contained in:
@@ -216,7 +216,7 @@ function Notifier({ options, notifs }: Props) {
|
||||
document.removeEventListener("visibilitychange", visChange);
|
||||
}, [guild_id, channel_id]);
|
||||
|
||||
return <></>;
|
||||
return null;
|
||||
}
|
||||
|
||||
const NotifierComponent = connectState(
|
||||
|
||||
Reference in New Issue
Block a user