Skip to content

Commit

Permalink
Remove unnecessary fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Oct 29, 2024
1 parent d9aafe4 commit 271bf3b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions storybook/src/components/SkipLink/SkipLink.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ const meta = {
},
decorators: [
(Story) => (
<>
<Grid>
<Grid.Cell span="all">
<Story />
</Grid.Cell>
</Grid>
</>
<Grid>
<Grid.Cell span="all">
<Story />
</Grid.Cell>
</Grid>
),
],
} satisfies Meta<typeof SkipLink>
Expand Down

0 comments on commit 271bf3b

Please sign in to comment.