mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
fix(validator-table): remove useless classname
This commit is contained in:
parent
ae44e2ece2
commit
201bac4873
@ -1,9 +1,9 @@
|
||||
import { Stack } from 'tamagui'
|
||||
import { MANAGE_VALIDATOR_TABS } from '../../../../constants'
|
||||
import ValidatorTable from './ValidatorTable'
|
||||
import { Tabs } from '@status-im/components'
|
||||
import { useDispatch, useSelector } from 'react-redux'
|
||||
|
||||
import ValidatorTable from './ValidatorTable'
|
||||
import { RootState } from '../../../../redux/store'
|
||||
import { setCurrentTab } from '../../../../redux/ManageValidatorTab/slice'
|
||||
|
||||
|
@ -3,7 +3,7 @@ import ValidatorTableHeader from './ValidatorTableHeader'
|
||||
|
||||
const ValidatorTable = () => {
|
||||
return (
|
||||
<table className="manage-validator-table">
|
||||
<table>
|
||||
<ValidatorTableHeader />
|
||||
<ValidatorTableBody />
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user