= (node, prm) => {
return (
{
+ if (el) {
+ }
+ }}
tabIndex={0}
className={cx(
"tree-item",
diff --git a/app/web/src/nova/view/render/meta/script.tsx b/app/web/src/nova/view/render/meta/script.tsx
index 5d7cee62..61e41bee 100644
--- a/app/web/src/nova/view/render/meta/script.tsx
+++ b/app/web/src/nova/view/render/meta/script.tsx
@@ -7,7 +7,7 @@ import { ISection } from "../../../../utils/types/section";
import { IText } from "../../../../utils/types/text";
import { VG } from "../../logic/global";
import { extractNavigate, preload } from "../../logic/router";
-import { ViewMetaRender } from "./render";
+import { ViewMetaChildren } from "./children";
import { createLocal } from "./script/create-local";
import { createPassProp } from "./script/create-pass-prop";
import { ErrorBox } from "./script/error-box";
@@ -26,7 +26,7 @@ export const ViewMetaScript: FC<{
hover: v.view.hover ? v.view.hover.get(item) : undefined,
active: v.view.active ? v.view.active.get(item) : undefined,
});
- const children = ;
+ const children = ;
let args = {};
if (js && meta) {