Skip to content

Commit

Permalink
fix stories
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 6, 2023
1 parent 9011821 commit 24cdc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/masa.stories.tsx
Expand Up @@ -80,7 +80,7 @@ const Component = (): JSX.Element => {
const Template: Story = (props: Args) => {
return (
<>
<MasaProvider company="Masa" network={1}>
<MasaProvider company="Masa" forceNetwork={'ethereum'}>
<Component {...props} />
</MasaProvider>
</>
Expand Down

0 comments on commit 24cdc81

Please sign in to comment.