Skip to content

Commit 77c38e8

Browse files
committed
post-linter linter
1 parent e2fc300 commit 77c38e8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/storybook/addons/framework-selector/FrameworkSelectorDecorator.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ const getIframeSrc = (id: string, args: argsType) => {
5959
};
6060

6161
// eslint-disable-next-line ibexa/max-lines-per-function-jsx
62-
const FrameworkSelectorDecorator = (
63-
StoryFn: StoryFunction,
64-
context: StoryContext,
65-
): Renderer['storyResult'] | React.JSX.Element => {
62+
const FrameworkSelectorDecorator = (StoryFn: StoryFunction, context: StoryContext): Renderer['storyResult'] | React.JSX.Element => {
6663
const [globals] = useGlobals();
6764
const [args] = useArgs();
6865
const iframeWrapperRef = useRef<HTMLDivElement>(null);

0 commit comments

Comments
 (0)