forked from abner/for-legacy-web
Replace usage of <></> with null for project and style consistency
This commit is contained in:
@@ -63,7 +63,7 @@ function StateMonitor(props: Props) {
|
||||
return () => clearInterval(interval);
|
||||
}, [ props.typing ]);
|
||||
|
||||
return <></>;
|
||||
return null;
|
||||
}
|
||||
|
||||
export default connectState(
|
||||
|
||||
Reference in New Issue
Block a user