Remove unused (?) selector
This commit is contained in:
parent
7301184255
commit
ffadae9373
1 changed files with 0 additions and 8 deletions
|
@ -12,14 +12,6 @@ import { doToggleTagFollowDesktop } from 'redux/actions/tags';
|
||||||
import { makeSelectClientSetting, selectShowMatureContent, selectLanguage } from 'redux/selectors/settings';
|
import { makeSelectClientSetting, selectShowMatureContent, selectLanguage } from 'redux/selectors/settings';
|
||||||
import { selectModerationBlockList } from 'redux/selectors/comments';
|
import { selectModerationBlockList } from 'redux/selectors/comments';
|
||||||
import ClaimListDiscover from './view';
|
import ClaimListDiscover from './view';
|
||||||
import { createSelector } from 'reselect';
|
|
||||||
|
|
||||||
const selectState = state => state.claims || {};
|
|
||||||
|
|
||||||
export const selectClaimsById = createSelector(
|
|
||||||
selectState,
|
|
||||||
state => state.byId || {}
|
|
||||||
);
|
|
||||||
|
|
||||||
const select = (state) => ({
|
const select = (state) => ({
|
||||||
followedTags: selectFollowedTags(state),
|
followedTags: selectFollowedTags(state),
|
||||||
|
|
Loading…
Reference in a new issue