fixed health check selector

This commit is contained in:
Robin Dadswell 2021-01-18 22:04:49 +00:00 committed by nitsua
parent 091ebb5cee
commit 579f1eae2d

View file

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