Skip to content

Commit

Permalink
test: Update render function in sample.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghunYang committed Feb 16, 2024
1 parent 27cd9bc commit 4d49029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/sample.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export const defaultButton: StoryObj = {
},
},
},
render: (args) => <div>sample</div>,
render: (args) => <div>samplsss</div>,
};

0 comments on commit 4d49029

Please sign in to comment.