diff --git a/app/components/wallet-summary/wallet-summary.stories.tsx b/app/components/wallet-summary/wallet-summary.stories.tsx index 45e028dd22..5cd9c2c3b1 100644 --- a/app/components/wallet-summary/wallet-summary.stories.tsx +++ b/app/components/wallet-summary/wallet-summary.stories.tsx @@ -3,27 +3,28 @@ import { storiesOf } from "@storybook/react-native" import { Story, StoryScreen, UseCase } from "../../../.storybook/views" import { WalletSummary } from "./wallet-summary" import { WalletType } from "@app/utils/enum" +import { MockedProvider } from "@apollo/client/testing" declare let module storiesOf("Wallet Summary", module) - .addDecorator((fn) => {fn()}) + .addDecorator((fn) => {fn()}) .add("Style Presets", () => ( - - - - - - + + + + + + ))