Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore: remove isEmpty variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed May 13, 2019
1 parent 85e8b56 commit 7e4800c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class HierarchicalMenu extends Component {
className: PropTypes.string,
limit: PropTypes.number,
showMoreLimit: PropTypes.number,
isEmpty: PropTypes.bool,
transformItems: PropTypes.func,
};

Expand Down Expand Up @@ -57,7 +56,6 @@ class HierarchicalMenu extends Component {
showMore,
limit,
showMoreLimit,
isEmpty,
canRefine,
className,
} = this.props;
Expand All @@ -70,7 +68,6 @@ class HierarchicalMenu extends Component {
showMore={showMore}
limit={limit}
showMoreLimit={showMoreLimit}
isEmpty={isEmpty}
canRefine={canRefine}
className={className}
/>
Expand Down

0 comments on commit 7e4800c

Please sign in to comment.