home screen changes (info button, appstore and google play buttons)
This commit is contained in:
@@ -20,7 +20,7 @@ const store = createStore(
|
||||
rootReducer(history),
|
||||
compose(
|
||||
applyMiddleware(routerMiddleware(history), thunk),
|
||||
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
|
||||
window.__REDUX_DEVTOOLS_EXTENSION__ ? window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() : f => f
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user