🔧 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:
parent
ccfe766e40
commit
26038d0837
1 changed files with 1 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue