diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 002b283ef..d47c44b56 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1500,6 +1500,7 @@ define([ var urls = common.getMetadataMgr().getPrivateData().accounts; var makeDonateButton = function () { + if (plan) { return; } var $a = $('', { 'class': 'cp-limit-upgrade btn btn-primary', href: urls.donateURL,