diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 68e843b19..2f25ff8cd 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3395,6 +3395,7 @@ define([ if (priv.app === 'drive') { return; } if (!priv.channel) { return; } if (priv.app === 'form' && priv.readOnly && !priv.form_auditorHash && !priv.form_auditorKey) { return; } + if (priv.integration) { return; } var todo = function () { crowdfundingState = true;