Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Nov 25, 2024
1 parent 31cb1fc commit 1e6f347
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/components/src/icon/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ WithAFunction.parameters = {
alt="WordPress"
/>
) }
/>;
/>
`,
},
},
Expand Down Expand Up @@ -105,9 +105,7 @@ const MyIconComponent = ( { size } ) => (
</SVG>
);
<Icon
icon={ <MyIconComponent /> }
/>;
<Icon icon={ <MyIconComponent /> } />
`,
},
},
Expand Down

0 comments on commit 1e6f347

Please sign in to comment.