fix: change color of pins and show population instead of depth (#402)

This commit is contained in:
Vojtech Simetka
2022-06-20 11:44:31 +02:00
committed by GitHub
parent b3028d7893
commit 127d44fd7a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export default function Status(): ReactElement {
<Map />
<div style={{ height: '2px' }} />
<ExpandableListItem label="Connected peers" value={topology?.connected ?? '-'} />
<ExpandableListItem label="Depth" value={topology?.depth ?? '-'} />
<ExpandableListItem label="Population" value={topology?.population ?? '-'} />
<div style={{ height: '16px' }} />
<ExpandableListItem
label="Bee version"