fix(management-table-header): remove validator amount
This commit is contained in:
parent
671e8a9ae5
commit
20dd69919b
|
@ -7,7 +7,7 @@ const ManagementTableHeader = () => {
|
|||
<th />
|
||||
<th style={{ textAlign: 'start' }}>
|
||||
<Text size={15} color={'#647084'}>
|
||||
{validatorsAmount} Validators
|
||||
Validator
|
||||
</Text>
|
||||
</th>
|
||||
<th>
|
||||
|
|
Loading…
Reference in New Issue