From 78da4769ded2262d5204bc2742e96a5e9622cad5 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 22 Feb 2024 22:55:51 +0200 Subject: [PATCH] fix(panel-wrapper-story): remove deposit example for test --- .../RightManageSettings/Panels/PanelWrapper.stories.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/PanelWrapper.stories.tsx b/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/PanelWrapper.stories.tsx index e23385b8..931f3849 100644 --- a/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/PanelWrapper.stories.tsx +++ b/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/PanelWrapper.stories.tsx @@ -2,7 +2,6 @@ import type { Meta, StoryObj } from '@storybook/react' import PanelWrapper from './PanelWrapper' import MigratePanel from './MigratePanel' -import DepositPanel from './DepositPanel' const meta = { title: 'ValidatorManagement/PanelWrapper', @@ -18,9 +17,3 @@ export const WrappedMigratePanel: Story = { children: , }, } - -export const WrappedDepositPanel: Story = { - args: { - children: , - }, -}