Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VNadygin committed May 24, 2018
1 parent dfba86d commit 1216af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactackle-menu/src/MenuList/MenuList.js
Expand Up @@ -44,7 +44,7 @@ export class MenuList extends Component {
this._broadcast = createBroadcast({
inline: this.props.inline,
colorScheme: this.props.colorScheme,
nestingLevel: this.props.nestingLevel
nestingLevel: this.props.nestingLevel,
});
}

Expand Down

0 comments on commit 1216af9

Please sign in to comment.