mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
@@ -186,7 +186,7 @@ export const renderHtml: RenderHook = {
|
||||
}
|
||||
}
|
||||
const body = <>
|
||||
{(typeof value === 'object' && !(node.optional() && value === undefined)) &&
|
||||
{(typeof value === 'object' && value !== null && !(node.optional() && value === undefined)) &&
|
||||
Object.entries(getActiveFields(path))
|
||||
.filter(([_, child]) => child.enabled(path))
|
||||
.map(([key, child]) => {
|
||||
|
||||
Reference in New Issue
Block a user