Skip to content

Commit a3a9bb5

Browse files
committed
Trivial linting fix
1 parent d289945 commit a3a9bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Dropdown extends React.Component {
9797
return (
9898
<Component
9999
{...props}
100-
tabIndex='-1'
100+
tabIndex="-1"
101101
className={classNames(this.props.className, rootClasses)}
102102
>
103103
{ children }

0 commit comments

Comments
 (0)