mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 08:21:01 +00:00
Hotfix pins
This commit is contained in:
@@ -39,7 +39,7 @@ export default class App extends React.Component<{}, State> {
|
||||
const { nodes, sortedNodes } = this.state;
|
||||
|
||||
for (const node of nodes.values()) {
|
||||
node.pinned = pins.has(node.name);
|
||||
node.setPinned(pins.has(node.name));
|
||||
}
|
||||
|
||||
this.setState({ nodes, pins, sortedNodes: sortedNodes.sort(Node.compare) });
|
||||
|
||||
Reference in New Issue
Block a user