mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-11 10:56:35 +00:00
fix: self close tag and import order
This commit is contained in:
parent
b3de3be528
commit
5e03b60af7
@ -1,8 +1,8 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
import { useState } from 'react'
|
||||
|
||||
import ManagementTable from './ManagementTable'
|
||||
import { VALIDATOR_TABS_MANAGEMENT } from '../../../constants'
|
||||
import { useState } from 'react'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorManagement/ManagementTable',
|
||||
|
@ -46,7 +46,7 @@ const ManagementTableHeader = ({ validatorsAmount }: ManagementTableHeaderProps)
|
||||
Status
|
||||
</Text>
|
||||
</th>
|
||||
<th></th>
|
||||
<th />
|
||||
</tr>
|
||||
</thead>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user