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