Skip to content

Commit 6c742be

Browse files
committed
Installed chrome redux dev extension
1 parent 9974488 commit 6c742be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ const getMiddleware = () => {
1212
}
1313
}
1414

15-
const store = createStore(reducer, getMiddleware());
15+
const store = createStore(reducer, getMiddleware(), window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__())
1616

1717
export default store;

0 commit comments

Comments
 (0)