Refactor initial state: "me" (#5563)
* Refactor initial state: "me" * remove "me" from reducers/meta.js
This commit is contained in:
committed by
Yamagishi Kazutoshi
parent
29609fbb6a
commit
b254e6ca5f
@ -4,7 +4,6 @@ import { Map as ImmutableMap } from 'immutable';
|
||||
const initialState = ImmutableMap({
|
||||
streaming_api_base_url: null,
|
||||
access_token: null,
|
||||
me: null,
|
||||
});
|
||||
|
||||
export default function meta(state = initialState, action) {
|
||||
|
Reference in New Issue
Block a user