mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
feat: add tabs data
This commit is contained in:
parent
bf12cc552f
commit
168ffa0e93
@ -11,6 +11,26 @@ const ManagementTabs = () => {
|
||||
label: '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