Skip to content

Commit bb21b2b

Browse files
committed
chore: clean code
1 parent ed4c364 commit bb21b2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Tabs.stories.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ type Story = StoryObj<typeof Tabs>;
3232
// More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
3333
export const Template: Story = {
3434
render: ({ onChange, value, ...args }) => {
35-
console.log("value", value);
3635
return (
3736
<Tabs {...args} value={value} onChange={onChange}>
3837
<Tab value="one" label="Item One" />

0 commit comments

Comments
 (0)