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…
Reference in New Issue