Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
OgDev-01 committed Jan 31, 2023
1 parent 92f13b2 commit f240786
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stories/organisms/user-settings-page.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const StoryConfig = {
};
export default StoryConfig;

const UserSettingsPageTemplate: ComponentStory<typeof UserSettingsPage> = () => (
<UserSettingsPage user={null} sessionToken={""} />
);
const UserSettingsPageTemplate: ComponentStory<typeof UserSettingsPage> = () => <UserSettingsPage user={null} />;

export const Default = UserSettingsPageTemplate.bind({});

0 comments on commit f240786

Please sign in to comment.