summaryrefslogtreecommitdiff
path: root/app/client/modules/morph/morph.tasks.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/modules/morph/morph.tasks.js')
-rw-r--r--app/client/modules/morph/morph.tasks.js1
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',