fix(admin-ui): Lint all UI files (#3459)
This commit is contained in:
committed by
GitHub
parent
55febef7f1
commit
ad7d7fcd51
@@ -20,14 +20,14 @@ const InputHeader: React.FC<InputHeaderProps> = ({
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
"w-full flex inter-small-semibold text-grey-50 items-center",
|
||||
"inter-small-semibold text-grey-50 flex w-full items-center",
|
||||
className
|
||||
)}
|
||||
>
|
||||
<label>{label}</label>
|
||||
{required && <div className="text-rose-50 "> *</div>}
|
||||
{tooltip || tooltipContent ? (
|
||||
<div className="flex ml-1.5">
|
||||
<div className="ml-1.5 flex">
|
||||
{tooltip || <IconTooltip content={tooltipContent} />}
|
||||
</div>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user