🚨(lint) update file for prettier 3.0.0
Prettier 3.0.0 comes with new standards so we need to upgrade our files to comply with it.
This commit is contained in:
@@ -42,7 +42,7 @@ export const Input = forwardRef<InputRefType, Props>(
|
||||
charCounterMax,
|
||||
...props
|
||||
}: Props,
|
||||
ref
|
||||
ref,
|
||||
) => {
|
||||
const classes = ["c__input"];
|
||||
if (className) {
|
||||
@@ -100,7 +100,7 @@ export const Input = forwardRef<InputRefType, Props>(
|
||||
"c__input__wrapper--" + state,
|
||||
{
|
||||
"c__input__wrapper--disabled": props.disabled,
|
||||
}
|
||||
},
|
||||
)}
|
||||
onClick={() => {
|
||||
inputRef.current?.focus();
|
||||
@@ -139,5 +139,5 @@ export const Input = forwardRef<InputRefType, Props>(
|
||||
</div>
|
||||
</Field>
|
||||
);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user