We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb6468 commit daf9575Copy full SHA for daf9575
1 file changed
src/common/component/SignupTextField/SignupTextField.tsx
@@ -233,7 +233,7 @@ export default function SignupTextField({
233
className={[styles.baseClass, styles.fieldVariants[fieldState]].join(' ')}
234
{...wrapperProps}
235
>
236
- {(fieldState === 'typing' || fieldState === 'error') ? (
+ {fieldState === 'typing' || fieldState === 'error' ? (
237
<>
238
<input {...inputProps} />
239
{value && !isLocked && (
0 commit comments