mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
fix(core): remove unexpected comma (#10984)
This commit is contained in:
@@ -29,7 +29,7 @@ export function AffineContext(props: AffineContextProps) {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{props.children}
|
{props.children}
|
||||||
<uniReactRoot.Root />,
|
<uniReactRoot.Root />
|
||||||
</ProviderComposer>
|
</ProviderComposer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user