Skip to content

Commit

Permalink
remove undefined default props
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Nov 24, 2023
1 parent 20df2ba commit 1c42c55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ const defaultProps = {
shouldShowHeaderTitle: false,
shouldParseTitle: false,
wrapperStyle: [],
style: undefined,
titleStyle: {},
shouldShowTitleIcon: false,
titleIcon: () => {},
descriptionTextStyle: undefined,
success: false,
icon: undefined,
secondaryIcon: undefined,
Expand Down

0 comments on commit 1c42c55

Please sign in to comment.