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: , - }, -}