Skip to content

Commit

Permalink
fix(ui-shell): update SideNavLink proptype (#5256)
Browse files Browse the repository at this point in the history
Co-authored-by: emyarod <[email protected]>
  • Loading branch information
tw15egan and emyarod authored Feb 10, 2020
1 parent e064cb3 commit 5822571
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 5822571

Please sign in to comment.