mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 03:46:39 +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>
|
||||
<Text size={15} color={'#647084'}>
|
||||
{validators.length} Validators
|
||||
{filteredValidators.length} Validators
|
||||
</Text>
|
||||
</th>
|
||||
<th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user