Skip to content

Commit

Permalink
chore: #272 v5-label component deprecated existing fix stories
Browse files Browse the repository at this point in the history
  • Loading branch information
foxy committed Jan 9, 2025
1 parent 2a9fae1 commit f57b9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/deprecated-label/label.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export default {
}

export const BasicUsage = {
render: ({ }) => <DeprecatedLabel>I&apos;m a label for a form input or something else</DeprecatedLabel>,
render: ({}) => <DeprecatedLabel>I&apos;m a label for a form input or something else</DeprecatedLabel>,
}

0 comments on commit f57b9ae

Please sign in to comment.