From 4a0cd402a87eb21b9f0b296b81c78795d0ef3262 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 21 Nov 2023 20:26:32 -0300 Subject: [PATCH] formatiing --- .../components/textAreaComponent/index.tsx | 64 ++++++++++--------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/src/frontend/src/components/textAreaComponent/index.tsx b/src/frontend/src/components/textAreaComponent/index.tsx index 3ee78ffbd..61f87e9fe 100644 --- a/src/frontend/src/components/textAreaComponent/index.tsx +++ b/src/frontend/src/components/textAreaComponent/index.tsx @@ -21,37 +21,41 @@ export default function TextAreaComponent({ return (
- { - onChange(value); - }} - > -
- { - onChange(event.target.value); - }} + { + onChange(value); + }} + > +
+ { + onChange(event.target.value); + }} + /> + {!editNode && ( + - {!editNode && ( - - )} -
-
+ )} +
+
); }