mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
chore: fix code style issues (#4857)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ test('ProviderComposer', async () => {
|
||||
};
|
||||
const ConsumerComponent = () => {
|
||||
const value = useContext(Context);
|
||||
return <>{value}</>;
|
||||
return value;
|
||||
};
|
||||
const Component = () => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user