mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 09:15:09 +03:00
Project managers, board members, auto-update after reconnection, refactoring
This commit is contained in:
@@ -16,7 +16,7 @@ if (process.env.NODE_ENV !== 'production') {
|
||||
const { logger } = require('redux-logger'); // eslint-disable-line global-require
|
||||
middlewares.push(logger);
|
||||
|
||||
// enable Redux Devtools in development
|
||||
// Enable Redux Devtools in development
|
||||
// https://github.com/zalmoxisus/redux-devtools-extension
|
||||
if (typeof window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ !== 'undefined') {
|
||||
compose = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;
|
||||
|
||||
Reference in New Issue
Block a user