feat: add validators amount
This commit is contained in:
parent
76aa136dc2
commit
ebfc664ca7
|
@ -54,7 +54,11 @@ const ManagementTable = () => {
|
|||
<th>
|
||||
<Checkbox id="table" variant="outline" />
|
||||
</th>
|
||||
<th></th>
|
||||
<th>
|
||||
<Text size={15} color={'#647084'}>
|
||||
{validators.length} Validators
|
||||
</Text>
|
||||
</th>
|
||||
<th>
|
||||
<Text size={15} color={'#647084'}>
|
||||
Balance
|
||||
|
|
Loading…
Reference in New Issue