Skip to content

Commit 861969e

Browse files
committed
Lint
1 parent 5d6d0c1 commit 861969e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/src/components/FormFooter/FormFooter.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { FormFooter, FormFooterProps } from "./FormFooter"
55
export default {
66
title: "components/FormFooter",
77
component: FormFooter,
8-
argTypes:{
9-
onCancel: { action: "cancel" }
10-
}
8+
argTypes: {
9+
onCancel: { action: "cancel" },
10+
},
1111
} as ComponentMeta<typeof FormFooter>
1212

1313
const Template: Story<FormFooterProps> = (args) => <FormFooter {...args} />

site/src/components/FullPageForm/FullPageForm.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ export const Example = Template.bind({})
3131
Example.args = {
3232
title: "My Form",
3333
detail: "Lorem ipsum dolor",
34-
onCancel: action("cancel")
34+
onCancel: action("cancel"),
3535
}

0 commit comments

Comments
 (0)