Skip to content

Commit

Permalink
Merge branch 'master' into storybook-tooltip-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Feb 10, 2020
2 parents 7653f0a + 5822571 commit e190028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/UIShell/SideNavLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SideNavLink.propTypes = {
/**
* Specify the text content for the link
*/
children: PropTypes.string.isRequired,
children: PropTypes.node.isRequired,

/**
* Property to indicate if the side nav container is open (or not). Use to
Expand Down

0 comments on commit e190028

Please sign in to comment.