Skip to content

Commit

Permalink
fix(UIShell): comment out unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Jun 15, 2022
1 parent c8e989b commit 5ff6a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/UIShell/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ SideNav.propTypes = {
* state of the component. From this, you should return a string representing
* the label you want displayed or read by screen readers.
*/
translateById: PropTypes.func,
// translateById: PropTypes.func,
};

export default SideNav;

0 comments on commit 5ff6a51

Please sign in to comment.