Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Dec 20, 2024
1 parent 418d9b2 commit 6c8c8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CreateAccountFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function CreateAccountFields({
setFieldValue("publicKey", e.target.value.slice(0, 128))
}
sx={styles.publicKeyInputField}
spellcheck={false}
spellCheck={false}
rows="4"
/>
</Box>
Expand Down

0 comments on commit 6c8c8c8

Please sign in to comment.