diff --git a/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx index 7a24fe78c..6fdc7cb20 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx @@ -109,7 +109,7 @@ export default function NodeDescription({ } }} /> - {charLimit && ( + {charLimit && (nodeDescription?.length ?? 0) >= charLimit - 100 && (