feat: add validator tabs constant
This commit is contained in:
parent
02d622a0ec
commit
c669a54220
|
@ -60,3 +60,6 @@ export const years = [
|
||||||
'NOV',
|
'NOV',
|
||||||
'DEC',
|
'DEC',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
// Validator Management
|
||||||
|
export const VALIDATOR_TABS = ['Active', 'Pending', 'Inactive', 'Exited', 'Withdraw', 'All']
|
||||||
|
|
Loading…
Reference in New Issue