Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(overflowMenu): include iconProps for CarbonX version (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and asudoh committed Feb 14, 2019
1 parent bf06898 commit 8a7bc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OverflowMenu/OverflowMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ export default class OverflowMenu extends Component {
/>
);
}
return <OverflowMenuVertical16 />;
return <OverflowMenuVertical16 {...iconProps} />;
})();

return (
Expand Down

0 comments on commit 8a7bc9e

Please sign in to comment.