fix: remove unused selector

pull/2796/head
William Grant 2 years ago
parent 266a0d6964
commit ac4a00d415

@ -4,7 +4,6 @@ import { LocalizerType } from '../../types/Util';
import { StateType } from '../reducer';
import { UserStateType } from '../ducks/user';
import { HTMLDirection, getHTMLDirection } from '../../util/i18n';
export const getUser = (state: StateType): UserStateType => state.user;
@ -14,5 +13,3 @@ export const getOurNumber = createSelector(
);
export const getIntl = createSelector(getUser, (): LocalizerType => window.i18n);
export const getWritingDirection = createSelector(getUser, (): HTMLDirection => getHTMLDirection());

Loading…
Cancel
Save