Skip to content

Commit d4fb245

Browse files
committed
changes for #2755
1 parent 84a0ae5 commit d4fb245

File tree

1 file changed

+2
-0
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersSwitch

1 file changed

+2
-0
lines changed

src/shared/components/challenge-listing/Filters/FiltersSwitch/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ export default function FiltersSwitch({
3939
return (
4040
<div
4141
styleName={className}
42+
tabIndex="0"
43+
role="button"
4244
className={`tc-outline-btn ${propClassName || ''}`}
4345
onClick={() => (onSwitch ? onSwitch(!active) : null)}
4446
onKeyPress={() => (onSwitch ? onSwitch(!active) : null)}

0 commit comments

Comments
 (0)