mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +00:00
fix: validators amount on the table
This commit is contained in:
parent
41a1d872c0
commit
4ddb17dbe9
@ -122,7 +122,7 @@ const ManagementTable = ({ tab }: ManagementTableProps) => {
|
|||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
<Text size={15} color={'#647084'}>
|
<Text size={15} color={'#647084'}>
|
||||||
{validators.length} Validators
|
{filteredValidators.length} Validators
|
||||||
</Text>
|
</Text>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user