mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-24 02:09:52 +00:00
feat: add tabs data
This commit is contained in:
parent
bf12cc552f
commit
168ffa0e93
@ -11,6 +11,26 @@ const ManagementTabs = () => {
|
|||||||
label: 'Active',
|
label: 'Active',
|
||||||
value: 'active',
|
value: 'active',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Pending',
|
||||||
|
value: 'pending',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Inactive',
|
||||||
|
value: 'inactive',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Exited',
|
||||||
|
value: 'exited',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Withdraw',
|
||||||
|
value: 'withdraw',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'All',
|
||||||
|
value: 'all',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
[],
|
[],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user