fix: self close tag and import order

This commit is contained in:
RadoslavDimchev 2023-11-20 20:15:03 +02:00
parent b3de3be528
commit 5e03b60af7
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -46,7 +46,7 @@ const ManagementTableHeader = ({ validatorsAmount }: ManagementTableHeaderProps)
Status
</Text>
</th>
<th></th>
<th />
</tr>
</thead>
)