This commit is contained in:
2026-03-08 21:44:44 +01:00
parent f21639693b
commit fe37c9046d
2 changed files with 2 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ export const FunctionNode = memo(function FunctionNode({ id, data, width, height
<BaseNodeFooter>
<NodeFooterEdgeIndicators nodeId={id} nodeType="function">
{bodyValue ? `${bodyValue.length} chars` : 'none'}
{bodyValue ? `Javascript | ${bodyValue.length} chars` : 'none'}
</NodeFooterEdgeIndicators>
</BaseNodeFooter>
</BaseNode>