chore: remove superfluous wrapping

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-10 14:20:01 +02:00
parent 4cff487d6a
commit 41fc130a26
+2 -2
View File
@@ -94,8 +94,8 @@ export const AppRoot = createExtension({
});
}
let content: React.ReactNode = (
<>{inputs.children.get(coreExtensionData.reactElement)}</>
let content: React.ReactNode = inputs.children.get(
coreExtensionData.reactElement,
);
for (const wrapper of inputs.wrappers) {