Skip to content

Commit

Permalink
refactor(storybook/docs): remove redundant render arg for feature-sec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
HasithDeAlwis committed Jan 2, 2025
1 parent 2ba0cb3 commit 6f2dec9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/docs/components/ui/feature-section.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const meta: Meta<typeof Feature> = {
},
component: Feature,
tags: ['autodocs'],
args: {},
argTypes: {
title: {
control: { type: 'text' },
Expand All @@ -36,9 +35,4 @@ export const UserExperience: Story = {
icon: <User />,
index: 1,
},
render: args => (
<div>
<Feature {...args} />
</div>
),
}

0 comments on commit 6f2dec9

Please sign in to comment.