Skip to content

Commit 6fe2641

Browse files
committed
lint
1 parent a90c604 commit 6fe2641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@react-spectrum/s2/stories/Card.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const meta: Meta<CardProps & {isLoading?: boolean}> = {
5252

5353
export default meta;
5454
type Story = StoryObj<typeof Card>;
55+
type UserCardStory = StoryObj<typeof UserCard>;
5556

5657
export const Example: Story = {
5758
render: (args) => (
@@ -124,7 +125,7 @@ export const Asset: Story = {
124125
argTypes: specificArgTypes
125126
};
126127

127-
export const User: Story = {
128+
export const User: UserCardStory = {
128129
render: (args) => (
129130
<div style={{display: 'flex', gap: 16, flexWrap: 'wrap', justifyContent: 'center'}}>
130131
<UserCard {...args}>

0 commit comments

Comments
 (0)