Skip to content

Commit

Permalink
add todo to determine if redux devtools should be allowed in upper envs
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 8, 2018
1 parent 33e93b1 commit ac473cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blockchain-wallet-v4-frontend/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const devToolsConfig = {
const configureStore = () => {
const history = createBrowserHistory()
const sagaMiddleware = createSagaMiddleware()
// TODO: should these tools be allowed in upper environments!?
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__(devToolsConfig) : compose
const walletPath = appConfig.WALLET_PAYLOAD_PATH
const kvStorePath = appConfig.WALLET_KVSTORE_PATH
Expand Down

0 comments on commit ac473cd

Please sign in to comment.