style(example): fix linting
This commit is contained in:
parent
0819304e1e
commit
ce884c354d
@ -24,7 +24,7 @@ export const Input: React.FC<InputProps> = (props) => {
|
|||||||
{...rest}
|
{...rest}
|
||||||
id={name}
|
id={name}
|
||||||
name={name}
|
name={name}
|
||||||
data-cy={`input-${name}`}
|
data-cy={`input-${name ?? 'name'}`}
|
||||||
/>
|
/>
|
||||||
<FormState
|
<FormState
|
||||||
id={`error-${name ?? 'input'}`}
|
id={`error-${name ?? 'input'}`}
|
||||||
|
Reference in New Issue
Block a user