Skip to content

Commit c2eb6c1

Browse files
author
Sine Jespersen
committed
5398: parentes added
1 parent 7dd8aeb commit c2eb6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/Library/Forms/input/Input.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export default {
2828
},
2929
} as ComponentMeta<typeof Input>;
3030

31-
const Template: ComponentStory<typeof Input> = args => <Input {...args} />;
31+
const Template: ComponentStory<typeof Input> = (args) => <Input {...args} />;
3232

3333
export const Default = Template.bind({});

0 commit comments

Comments
 (0)