[Refactoring] [Attempt to fix crash]
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import {createReducer} from "redux-starter-kit";
|
||||
import {setApplicationReady} from "../actions/common_actions";
|
||||
import {createReducer} from 'redux-starter-kit';
|
||||
import {setApplicationReady} from '../actions/common_actions';
|
||||
|
||||
export const createCommonReducer = (platform, appPlatform, version) => {
|
||||
return createReducer({
|
||||
AppReady: false,
|
||||
AppPlatform: appPlatform,
|
||||
AppReady: false,
|
||||
Platform: platform,
|
||||
Version: version,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user