mirror of
https://github.com/Readarr/Readarr
synced 2026-03-18 10:34:28 +01:00
fixed health check selector
This commit is contained in:
parent
091ebb5cee
commit
579f1eae2d
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ import createHealthCheckSelector from 'Store/Selectors/createHealthCheckSelector
|
|||
|
||||
function createMapStateToProps() {
|
||||
return createSelector(
|
||||
createHealthCheckSelector(),
|
||||
(state) => state.app,
|
||||
createHealthCheckSelector(),
|
||||
(state) => state.system.health,
|
||||
|
|
|
|||
Loading…
Reference in a new issue