diff --git a/src/components/ConfigNode.tsx b/src/components/ConfigNode.tsx
index 5190850..dcc9b98 100644
--- a/src/components/ConfigNode.tsx
+++ b/src/components/ConfigNode.tsx
@@ -127,8 +127,19 @@ export default function ConfigNode({ id, data }: Props) {
Stored YAML: {storedYaml ? `${storedYaml.length} chars` : 'none'}
-
{output}
-