Skip to content

Commit a336320

Browse files
committed
Remove unused argument
1 parent 345bc12 commit a336320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/stories/common/ResponsiveContainer.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
component: ResponsiveContainerComponent,
88
} as Meta<typeof ResponsiveContainerComponent>;
99

10-
const Template: StoryFn<typeof ResponsiveContainerComponent> = (args) => (
10+
const Template: StoryFn<typeof ResponsiveContainerComponent> = () => (
1111
<ResponsiveContainerComponent>
1212
<span>Hello</span>
1313
</ResponsiveContainerComponent>

0 commit comments

Comments
 (0)