Skip to content

Commit

Permalink
chore: 스토리북 props
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyouknow committed Jan 14, 2024
1 parent 0345ff9 commit ba27afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FAQ/FAQ.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Primary = {
};

export const List = {
render: () => <FAQList FAQList={FAQS} />,
render: () => <FAQList label="스토리북" FAQList={FAQS} />,
};

export const Interaction = {
Expand Down

0 comments on commit ba27afc

Please sign in to comment.