Skip to content

Commit

Permalink
wip: try onClick on whole profile to select
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad committed May 24, 2024
1 parent 93b732a commit f9b9fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProfileForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Form() {
required
checked={selectedProfile?.slug === slug}
/>
<div className="profile-select-body">
<div className="profile-select-body" onClick={()=> { setProfile(slug)}}>
<label
htmlFor={`profile-option-${slug}`}
className="profile-select-label"
Expand Down

0 comments on commit f9b9fbe

Please sign in to comment.