Skip to content

Commit

Permalink
BUG FIX: Language all filter not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeps committed Aug 1, 2023
1 parent 801f337 commit aa9b043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Inputs/RadioButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const RadioButton: React.FC<RadioButtonProps> = ({

return (
<label
htmlFor={id}
className={combinedClassName}
onMouseEnter={() => setHovered(true)}
onMouseLeave={() => setHovered(false)}
Expand Down

0 comments on commit aa9b043

Please sign in to comment.