Skip to content

Commit 8e62a0c

Browse files
committed
fix: 🐛 card stories warning
1 parent fb0faac commit 8e62a0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hackathon/spacecraft/src/components/Card.stories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ export const NotForSale = () => (
3030
</NavigationContainer>
3131
);
3232

33-
NotForSale.story = {
34-
name: "Not for sale",
35-
};
33+
NotForSale.storyName = "Not for sale";

0 commit comments

Comments
 (0)