Skip to content

Commit

Permalink
Fixed name of isFocused prop (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmw5 authored Dec 19, 2022
1 parent a0a4f42 commit 9f4fc13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function UpdateProfileInformation({ mustVerifyEmail, status, clas
value={data.name}
handleChange={(e) => setData('name', e.target.value)}
required
autofocus
isFocused
autoComplete="name"
/>

Expand Down

0 comments on commit 9f4fc13

Please sign in to comment.