don't show a home page subscribe button to premium users

master
ansuz 3 years ago
parent 2fbecb0dee
commit 1bdf292093

@ -146,7 +146,7 @@ define([
} }
var subButton = function () { var subButton = function () {
if (Pages.areSubscriptionsAllowed()) { if (Pages.areSubscriptionsAllowed() && !LocalStore.getPremium()) {
var sub = h('div.cp-sub-prompt', [ var sub = h('div.cp-sub-prompt', [
h('span', Msg.home_morestorage), h('span', Msg.home_morestorage),
h('a', {href:"/accounts/"}, h('button', [ h('a', {href:"/accounts/"}, h('button', [

Loading…
Cancel
Save