Skip to content

Commit 71c129e

Browse files
committed
lint
1 parent 9512530 commit 71c129e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function FiltersSwitch({
3939
return (
4040
<div
4141
styleName={className}
42-
tabIndex="0"
42+
tabIndex={0}
4343
role="button"
4444
className={`tc-outline-btn ${propClassName || ''}`}
4545
onClick={() => (onSwitch ? onSwitch(!active) : null)}

0 commit comments

Comments
 (0)