diff --git a/src/app/hooks/renderHtml.ts b/src/app/hooks/renderHtml.ts index 4ae634c2..5bf360af 100644 --- a/src/app/hooks/renderHtml.ts +++ b/src/app/hooks/renderHtml.ts @@ -202,6 +202,7 @@ export const renderHtml: Hook<[any, Mounter], [string, string, string]> = { const category = field.category(childPath) const [cPrefix, cSuffix, cBody] = field.hook(this, childPath, value[k], mounter) + if (k === 'Properties' && cSuffix === '') return '' return `