health check selector fix

This commit is contained in:
Robin Dadswell
2021-01-03 22:54:59 +00:00
committed by nitsua
parent f496d96907
commit fa653bf546
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import Health from './Health';
function createMapStateToProps() {
return createSelector(
createHealthCheckSelector(),
(state) => state.system.health,
(state) => state.settings.downloadClients.isTestingAll,
(state) => state.settings.indexers.isTestingAll,

View File

@@ -8,6 +8,7 @@ import createHealthCheckSelector from 'Store/Selectors/createHealthCheckSelector
function createMapStateToProps() {
return createSelector(
createHealthCheckSelector(),
(state) => state.app,
(state) => state.system.health,
(app, health) => {