diff --git a/frontend/src/pages/WorkflowEditorPage.jsx b/frontend/src/pages/WorkflowEditorPage.jsx
index a00784a..08a486f 100644
--- a/frontend/src/pages/WorkflowEditorPage.jsx
+++ b/frontend/src/pages/WorkflowEditorPage.jsx
@@ -586,15 +586,13 @@ export default function WorkflowEditorPage() {
textareaRef={inlineTemplateTextareaRef}
/>
)}
+
+
+
>
)
})()}
-
-
- >
- )}
-
{selectedNode.type === 'logic' && (
<>