parent
292fbbb70d
commit
89ef448d3a
5 changed files with 21 additions and 26 deletions
|
@ -156,5 +156,5 @@ export const getBookmarkCategoryStatusList = createSelector([
|
|||
], (items) => items ? items.toList() : ImmutableList());
|
||||
|
||||
export const getCircleStatusList = createSelector([
|
||||
(state, circleId) => state.getIn(['circles', circleId, 'statuses', 'items']),
|
||||
(state, circleId) => state.getIn(['circles', circleId, 'items']),
|
||||
], (items) => items ? items.toList() : ImmutableList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue