Skip to content

Commit

Permalink
Update Settings.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bandhan-majumder authored Feb 1, 2025
1 parent 3469539 commit 15cd8df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/screens/UserPortal/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,8 @@ export default function settings(): JSX.Element {
role="button"
aria-label="Edit profile picture"
tabIndex={0}
onKeyDown={
/*istanbul ignore next*/
(e) => e.key === 'Enter' && handleImageUpload()
onKeyDown={(e) =>
e.key === 'Enter' && handleImageUpload()
}
/>
</div>
Expand Down

0 comments on commit 15cd8df

Please sign in to comment.