Skip to content

Commit

Permalink
Remove incorrect decorator from Skip Link
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 8, 2024
1 parent e519b85 commit 3f771d6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions storybook/src/components/SkipLink/SkipLink.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Gemeente Amsterdam
*/

import { Grid, Paragraph } from '@amsterdam/design-system-react'
import { Paragraph } from '@amsterdam/design-system-react'
import { SkipLink } from '@amsterdam/design-system-react/src'
import { Meta, StoryObj } from '@storybook/react'

Expand All @@ -26,15 +26,6 @@ const meta = {
table: { disable: true },
},
},
decorators: [
(Story) => (
<Grid>
<Grid.Cell span="all">
<Story />
</Grid.Cell>
</Grid>
),
],
} satisfies Meta<typeof SkipLink>

export default meta
Expand Down

0 comments on commit 3f771d6

Please sign in to comment.