- Linting... Prettier...
This commit is contained in:
@@ -3,6 +3,6 @@ import { createSelector } from 'reselect';
|
||||
const getState = (state) => state;
|
||||
|
||||
export const getAuthToken = createSelector(
|
||||
[getState],
|
||||
(state) => state.get('auth'),
|
||||
[getState],
|
||||
(state) => state.get('auth'),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user