fix(panel-wrapper-story): remove deposit example for test

This commit is contained in:
RadoslavDimchev 2024-02-22 22:55:51 +02:00 committed by Emil Ivanichkov
parent 969cf813e4
commit 78da4769de

View File

@ -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: <MigratePanel />,
},
}
export const WrappedDepositPanel: Story = {
args: {
children: <DepositPanel />,
},
}