From 90151516cc8d709a5e702c5b3a2d4ca4a1c989ec Mon Sep 17 00:00:00 2001 From: Nicolas Burtey Date: Mon, 13 Feb 2023 22:45:04 +0000 Subject: [PATCH] chore: misc update storybook --- .../wallet-summary/wallet-summary.stories.tsx | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) 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", () => ( - - - - - - + + + + + + ))