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