Skip to content

Commit

Permalink
refactor: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Nov 5, 2024
1 parent c911d80 commit 0b9533a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/shared/button/Button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Decorator, Meta, StoryObj } from "@storybook/react"
import type { Meta, StoryObj } from "@storybook/react"
import { fn } from "@storybook/test"

import { darkModeDecorator } from "@/.storybook/decorators"
Expand Down Expand Up @@ -31,7 +31,7 @@ export const Default: Story = {
variant: "default",
size: "default",
},
render: (args, context) => {
render: args => {
return (
<Button {...args} onClick={fn()}>
Prøv Lydbogen
Expand Down

0 comments on commit 0b9533a

Please sign in to comment.