Skip to content

Commit

Permalink
🕹️ Fix controls in App stories (#4464)
Browse files Browse the repository at this point in the history
Fix controls in App stories
  • Loading branch information
thesan authored Jul 3, 2023
1 parent d203ca1 commit cbfaca1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ui/src/app/App.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ export default {
}
},
},
render: () => (

render: (
// eslint-disable-next-line @typescript-eslint/no-unused-vars
args // This parameter is needs for the controls to appear in stories
) => (
<Page>
<NoPaddingStyle />
<SideBar />
Expand Down

2 comments on commit cbfaca1

@vercel
Copy link

@vercel vercel bot commented on cbfaca1 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on cbfaca1 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pioneer-2 – ./

pioneer-2-git-dev-joystream.vercel.app
pioneer-2.vercel.app
pioneer-2-joystream.vercel.app

Please sign in to comment.