Skip to content

Commit

Permalink
fix switch case
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan committed Oct 16, 2024
1 parent 5c39e2c commit ea3327f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ const SelectOption = ({ disabled, children, onClick, label, iconName, ...others
return 11
case iconName !== undefined && checked === undefined:
return 11
default:
return 11
}
}, [iconName, checked])

Expand Down

0 comments on commit ea3327f

Please sign in to comment.