fix: typo in population text (#228)

This commit is contained in:
Vojtech Simetka
2021-10-13 13:20:06 +02:00
committed by GitHub
parent f11bbd5008
commit cc5e778f89
+1 -1
View File
@@ -27,7 +27,7 @@ const TopologyStats = (props: Props): ReactElement => {
tooltip={thresholds.connectedPeers.explanation}
/>
<ExpandableListItem
label="Pupulation"
label="Population"
value={props.topology?.population.toString()}
tooltip={thresholds.population.explanation}
/>