diff --git a/storybook/src/components/Button/Button.stories.tsx b/storybook/src/components/Button/Button.stories.tsx index 925cc7f28b..15039cec67 100644 --- a/storybook/src/components/Button/Button.stories.tsx +++ b/storybook/src/components/Button/Button.stories.tsx @@ -14,9 +14,6 @@ const meta = { children: 'Versturen', disabled: false, variant: 'primary', - /* This is the only was storybook will honor the conditional in the iconPosition argType (line 29) */ - // @ts-ignore - icon: null, }, argTypes: { disabled: {