mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-17 11:31:03 +00:00
Add network state to UI (#128)
This commit is contained in:
committed by
Maciej Hirsz
parent
1058cd965c
commit
8fa36118b5
@@ -35,7 +35,8 @@ export default class App extends React.Component<{}, State> {
|
||||
finalized: false,
|
||||
finalizedhash: false,
|
||||
blockpropagation: true,
|
||||
blocklasttime: false
|
||||
blocklasttime: false,
|
||||
networkstate: false,
|
||||
},
|
||||
(settings) => this.setState({ settings })
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user