Don't display an overlay in case the time sync check fails. (#6164)
* Small improvements to time estimation. * Temporarily disable NTP time check by default.
This commit is contained in:
committed by
Arkadiy Paronyan
parent
0209c6e0ff
commit
9902714fb4
@@ -116,7 +116,7 @@ class SyncWarning extends Component {
|
||||
|
||||
function mapStateToProps (state) {
|
||||
const { health } = state.nodeStatus;
|
||||
const isNotAvailableYet = health.overall.isReady;
|
||||
const isNotAvailableYet = health.overall.isNotReady;
|
||||
const isOk = isNotAvailableYet || health.overall.status === 'ok';
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user