mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
fix: get default tabs value from validators constant
This commit is contained in:
parent
1d242c6e86
commit
92e2818edc
@ -30,7 +30,7 @@ const ManagementTabs = () => {
|
|||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Tabs defaultValue="active">
|
<Tabs defaultValue={VALIDATOR_TABS[0].value}>
|
||||||
<Stack style={{ cursor: 'pointer', width: 'fit-content', margin: '16px 0' }}>
|
<Stack style={{ cursor: 'pointer', width: 'fit-content', margin: '16px 0' }}>
|
||||||
<Tabs.List size={32}>
|
<Tabs.List size={32}>
|
||||||
{VALIDATOR_TABS.map(tab => (
|
{VALIDATOR_TABS.map(tab => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user