From 26038d08374edf8067936100a9f9da5821ea73af Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 1 Jul 2023 09:22:51 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(formModal):=20remove=20unn?= =?UTF-8?q?ecessary=20line=20break=20and=20indentation=20in=20JSX=20code?= =?UTF-8?q?=20The=20line=20break=20and=20indentation=20in=20the=20JSX=20co?= =?UTF-8?q?de=20for=20the=20"Name"=20label=20were=20removed=20to=20improve?= =?UTF-8?q?=20code=20readability=20and=20reduce=20unnecessary=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/modals/formModal/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/frontend/src/modals/formModal/index.tsx b/src/frontend/src/modals/formModal/index.tsx index 7b5cbed34..fd3ed98c6 100644 --- a/src/frontend/src/modals/formModal/index.tsx +++ b/src/frontend/src/modals/formModal/index.tsx @@ -399,9 +399,7 @@ export default function FormModal({
- - Name - + Name