mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 13:31:15 +00:00
0ms propagation is still a synced node
This commit is contained in:
@@ -86,7 +86,7 @@ export namespace Node {
|
||||
|
||||
let className = 'Node-Location';
|
||||
|
||||
if (propagationTime) {
|
||||
if (propagationTime != null) {
|
||||
className += ' Node-Location-synced';
|
||||
} else if (height % 2 === 1) {
|
||||
className += ' Node-Location-odd';
|
||||
|
||||
Reference in New Issue
Block a user