🔧 chore(formModal): remove unnecessary line break and indentation in JSX code

The line break and indentation in the JSX code for the "Name" label were removed to improve code readability and reduce unnecessary code.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-01 09:22:51 -03:00
commit 26038d0837

View file

@ -399,9 +399,7 @@ export default function FormModal({
</div>
<div className="flex justify-between pt-2 items-center">
<div className="flex mr-2.5 items-center">
<span className="text-sm font-medium text-primary">
Name
</span>
<span className="text-sm font-medium text-primary">Name</span>
</div>
<div className="flex mr-2.5 items-center">
<span className="text-sm font-medium text-primary">