mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-11 10:56:35 +00:00
fix: default value to right sidebar validator tabs
This commit is contained in:
parent
f2a15d958e
commit
599c600eef
@ -6,7 +6,7 @@ import { VALIDATOR_TABS_RIGHT_SIDEBAR } from '../../../../constants'
|
||||
|
||||
const ValidatorsTabs = () => {
|
||||
return (
|
||||
<Tabs defaultValue="active">
|
||||
<Tabs defaultValue={VALIDATOR_TABS_RIGHT_SIDEBAR[0]}>
|
||||
<Stack style={{ cursor: 'pointer', width: 'fit-content' }}>
|
||||
<Tabs.List size={32}>
|
||||
{VALIDATOR_TABS_RIGHT_SIDEBAR.map(tab => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user