Skip to content

Commit 860aa89

Browse files
author
Julien Bouquillon
committed
lint
1 parent f5c5cb6 commit 860aa89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stories/getStory.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ export function getStoryFactory<Props extends Record<string, any>>(params: {
9696
props: Props,
9797
params?: { defaultContainerWidth?: number; description?: string }
9898
): typeof Template {
99-
const { defaultContainerWidth: defaultContainerWidthStoryLevel, description } = params ?? {};
99+
const { defaultContainerWidth: defaultContainerWidthStoryLevel, description } =
100+
params ?? {};
100101

101102
const out = Template.bind({});
102103

0 commit comments

Comments
 (0)