Skip to content

Commit

Permalink
fix(Icon): remove iconTitle from props
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Nov 20, 2019
1 parent 4093726 commit 11c27d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ addDecorator(withAutoNotes);

addParameters({
options: {
name: 'WFP UI',
url: 'https://github.com/wfp/ui',
theme: wfpTheme,
showPanel: true,
isToolshown: true,
Expand Down
1 change: 1 addition & 0 deletions src/components/Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const Icon = ({
fillRule,
height,
icon,
iconTitle,
role,
style,
width,
Expand Down

0 comments on commit 11c27d7

Please sign in to comment.