fix: change color of pins and show population instead of depth (#402)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user