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

Commit

Permalink
Merge pull request #15 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Fix last Deepscan issue
  • Loading branch information
w3bdesign authored Dec 16, 2021
2 parents c2c2446 + 68cdb38 commit 59c28c8
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 59c28c8

Please sign in to comment.