diff --git a/src/frontend/src/components/textAreaComponent/index.tsx b/src/frontend/src/components/textAreaComponent/index.tsx index 0be68a294..3ee78ffbd 100644 --- a/src/frontend/src/components/textAreaComponent/index.tsx +++ b/src/frontend/src/components/textAreaComponent/index.tsx @@ -21,17 +21,6 @@ export default function TextAreaComponent({ return (
- { - onChange(event.target.value); - }} - /> -
- {!editNode && ( - + { + onChange(event.target.value); + }} /> - )} + {!editNode && ( + + )} +
-
); }