Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Fix last Deepscan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Dec 16, 2021
1 parent b7f131a commit 68cdb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Page.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Template: ComponentStory<typeof Page> = () => <Page onLogin={function ():
throw new Error('Function not implemented.');
} } />;

export const LoggedIn = Template.bind({});
export const LoggedIn = Template;
LoggedIn.args = {
// More on composing args: https://storybook.js.org/docs/react/writing-stories/args#args-composition
...HeaderStories.LoggedIn.args,
Expand Down

0 comments on commit 68cdb38

Please sign in to comment.