Skip to content

Commit

Permalink
Remove an undefined style definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 15, 2017
1 parent 4724376 commit cb9dfa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/NavItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ class NavItem extends PureComponent {
{...props}
role="menu"
className={cx({
[styles.sidenavSubnav]: true,
[styles.sidenavSubnavSelected]: activeNavItems.length > 0
[styles.sidenavSubnav]: true
})}
>
<Component
Expand Down

0 comments on commit cb9dfa3

Please sign in to comment.