Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Jul 4, 2017
1 parent 96bb14a commit 16f4cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default function configureStore(initialState: Object = {}): Store {
module.hot.accept('./reducer', () => {
const nextRootReducer = require('./reducer')

// $FlowFixMe
store.replaceReducer(nextRootReducer)
})
}
Expand Down

0 comments on commit 16f4cae

Please sign in to comment.