diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 15:08:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 15:08:02 +0200 |
| commit | 577e2753bd7979badcaf23274bbb7327fa892512 (patch) | |
| tree | cb16c0d9e715015f40bd95407fdb52d397a5277f /app/client/modules/morph/morph.tasks.js | |
| parent | 1fe65a7cdf28831c1e463177023312a3a1e39d02 (diff) | |
deploy bundle
Diffstat (limited to 'app/client/modules/morph/morph.tasks.js')
| -rw-r--r-- | app/client/modules/morph/morph.tasks.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/morph/morph.tasks.js b/app/client/modules/morph/morph.tasks.js index ba0f6b9..1e938c8 100644 --- a/app/client/modules/morph/morph.tasks.js +++ b/app/client/modules/morph/morph.tasks.js @@ -8,6 +8,7 @@ import actions from '../../actions' import module from './morph.module' export const morph_task = (state, folder) => dispatch => { + if (state.a === 'PLACEHOLDER' || state.b === 'PLACEHOLDER') return const task = { module: module.name, activity: 'morph', |
