Skip to content

Commit

Permalink
Update SideNavItems.tsx
Browse files Browse the repository at this point in the history
Apologies for the formatting error; I've now rectified it.
  • Loading branch information
Nirajsah committed Oct 11, 2023
1 parent 8b00100 commit 554aae8
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions packages/react/src/components/UIShell/SideNavItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,18 @@ SideNavItems.displayName = 'SideNavItems';

SideNavItems.propTypes = {
/**
// * Provide a single icon as the child to `SideNavIcon` to render in the
// * container
// */
* Provide a single icon as the child to `SideNavIcon` to render in the
* container
*/
children: PropTypes.node.isRequired,
//
// /**
// * Provide an optional class to be applied to the containing node
// */
/**
* Provide an optional class to be applied to the containing node
*/
className: PropTypes.string,

// /**
// * Property to indicate if the side nav container is open (or not). Use to
// * keep local state and styling in step with the SideNav expansion state.
// */
/**
* Property to indicate if the side nav container is open (or not). Use to
* keep local state and styling in step with the SideNav expansion state.
*/
isSideNavExpanded: PropTypes.bool,
};

Expand Down

0 comments on commit 554aae8

Please sign in to comment.