mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Misc UI Fixes
This commit is contained in:
@@ -97,8 +97,8 @@ function sort(items, state) {
|
||||
|
||||
function createClientSideCollectionSelector() {
|
||||
return createSelector(
|
||||
(state, { section }) => state[section],
|
||||
(state, { uiSection }) => state[uiSection],
|
||||
(state, { section }) => _.get(state, section),
|
||||
(state, { uiSection }) => _.get(state, uiSection),
|
||||
(sectionState, uiSectionState = {}) => {
|
||||
const state = Object.assign({}, sectionState, uiSectionState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user