diff --git a/src/pages/flowEditor/components/nodeContentOther.tsx b/src/pages/flowEditor/components/nodeContentOther.tsx
index 5dd968c..61d9026 100644
--- a/src/pages/flowEditor/components/nodeContentOther.tsx
+++ b/src/pages/flowEditor/components/nodeContentOther.tsx
@@ -61,7 +61,7 @@ const renderSpecialNodeHandles = (isStartNode: boolean, isEndNode: boolean, data
}}
/>
))}
- {dataOuts.map((_, index) => (
+ {dataOuts.length > 0 && dataOuts.map((_, index) => (