mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 15:01:02 +00:00
Fix sorting (#77)
This commit is contained in:
@@ -201,7 +201,7 @@ export class Chain extends React.Component<Chain.Props, Chain.State> {
|
||||
}
|
||||
|
||||
private nodes(): NodeState[] {
|
||||
return this.props.appState.sortedNodes;
|
||||
return this.props.appState.nodes.sorted();
|
||||
}
|
||||
|
||||
private pixelPosition(lat: Types.Latitude, lon: Types.Longitude): Node.Location.Position {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.Sparkline {
|
||||
fill: currentcolor; /* rgba(255,255,255,0.5); */
|
||||
fill-opacity: 0.5;
|
||||
fill: currentcolor;
|
||||
fill-opacity: 0.35;
|
||||
stroke: currentcolor;
|
||||
margin: 0 -1px -3px -1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user