mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 06:16:38 +00:00
fix(panel-wrapper-story): remove deposit example for test
This commit is contained in:
parent
969cf813e4
commit
78da4769de
@ -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 />,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user