Skip to content

Commit

Permalink
Remove unnecessary Fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed May 14, 2024
1 parent 0b9e77e commit ccec169
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions storybook/src/components/Dialog/Dialog.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ export const Default: Story = {

export const WithScrollbar: Story = {
args: {
actions: (
<>
<Button onClick={closeDialog}>Sluiten</Button>
</>
),
actions: <Button onClick={closeDialog}>Sluiten</Button>,
children: [
<Heading size="level-5" key={1}>
Algemeen
Expand Down

0 comments on commit ccec169

Please sign in to comment.