Skip to content

Commit

Permalink
Socio V1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dipanshuchaubey committed Apr 11, 2019
1 parent be706e2 commit 6a7c2d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ const middleware = [thunk];
const store = createStore(
rootReducer,
initialState,
compose(
applyMiddleware(...middleware),
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
)
compose(applyMiddleware(...middleware))
);

export default store;

0 comments on commit 6a7c2d3

Please sign in to comment.