fix: typo in population text (#228)
This commit is contained in:
@@ -27,7 +27,7 @@ const TopologyStats = (props: Props): ReactElement => {
|
|||||||
tooltip={thresholds.connectedPeers.explanation}
|
tooltip={thresholds.connectedPeers.explanation}
|
||||||
/>
|
/>
|
||||||
<ExpandableListItem
|
<ExpandableListItem
|
||||||
label="Pupulation"
|
label="Population"
|
||||||
value={props.topology?.population.toString()}
|
value={props.topology?.population.toString()}
|
||||||
tooltip={thresholds.population.explanation}
|
tooltip={thresholds.population.explanation}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user