Skip to content

Commit

Permalink
fix(ui-shell): omit passing isSideNavExpanded prop to Link component (
Browse files Browse the repository at this point in the history
#4349)

* fix(react): omt passing isSideNavExpanded prop in Link component

Closes #4348

* fix(react): omit passing isSideNavExpanded prop in Link component

Closes #4348

* fix(react): use eslint-disable-next-line scope

Co-Authored-By: Josh Black <[email protected]>

* fix(react): remove eslint comment syntax

Co-Authored-By: Akira Sudoh <[email protected]>

* chore(ui shell): re-run prettier
  • Loading branch information
Eric Liu authored and abbeyhrt committed Oct 28, 2019
1 parent db8822a commit 6e6a8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/components/UIShell/SideNavLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const SideNavLink = ({
renderIcon: IconElement,
isActive,
large,
// eslint-disable-next-line no-unused-vars
isSideNavExpanded,
...rest
}) => {
const className = cx({
Expand Down

0 comments on commit 6e6a8c1

Please sign in to comment.