Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
didierfranc committed Apr 1, 2018
1 parent 0ee0c4b commit 45d9877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import devtools from 'react-waterfall-redux-devtools-middleware'

const prod = process.env.NODE_ENV === 'production'

export const { Provider, connect } = initStore(store, prod && devtools())
export const { Provider, connect } = initStore(store, !prod && devtools())
```

## Types
Expand Down

0 comments on commit 45d9877

Please sign in to comment.