Skip to content

Commit

Permalink
chore: remove unnecessary eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Jul 10, 2023
1 parent d7782a3 commit 4e3c34b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/Settings/PrivacySettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const PrivacySettings = ({
<FormControl isDisabled={isError} isInvalid={!!errors.password}>
<InputGroup>
<Input
// eslint-disable-next-line react/jsx-props-no-spreading
{...register("password", {
required: true,
pattern: RegExp(PASSWORD_REGEX),
Expand Down

0 comments on commit 4e3c34b

Please sign in to comment.