mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Commented out unnecessary code
refs https://github.com/TryGhost/Team/issues/1757
This commit is contained in:
parent
05e515ce2c
commit
2c837fa1a4
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import MemberAvatar from '../common/MemberGravatar';
|
|||
import ActionButton from '../common/ActionButton';
|
||||
import CloseButton from '../common/CloseButton';
|
||||
import Switch from '../common/Switch';
|
||||
import {getMemberSubscription, getMemberTierName, getSiteNewsletters, getSubFreeTrialDaysLeft, getSupportAddress, getUpdatedOfferPrice, hasCommentsEnabled, hasMultipleNewsletters, hasMultipleProductsFeature, hasOnlyFreePlan, isComplimentaryMember, subscriptionHasFreeTrial} from '../../utils/helpers';
|
||||
import {getMemberSubscription, getMemberTierName, getSiteNewsletters, getSupportAddress, getUpdatedOfferPrice, hasCommentsEnabled, hasMultipleNewsletters, hasMultipleProductsFeature, hasOnlyFreePlan, isComplimentaryMember, subscriptionHasFreeTrial} from '../../utils/helpers';
|
||||
import {getDateString} from '../../utils/date-time';
|
||||
import {ReactComponent as LoaderIcon} from '../../images/icons/loader.svg';
|
||||
import {ReactComponent as OfferTagIcon} from '../../images/icons/offer-tag.svg';
|
||||
|
@ -328,7 +328,7 @@ const PaidAccountActions = () => {
|
|||
if (hasMultipleProductsFeature({site}) && getMemberTierName({member})) {
|
||||
planLabel = getMemberTierName({member});
|
||||
}
|
||||
const hasFreeTrial = subscriptionHasFreeTrial({sub: subscription});
|
||||
// const hasFreeTrial = subscriptionHasFreeTrial({sub: subscription});
|
||||
// if (hasFreeTrial) {
|
||||
// planLabel += ' (Free Trial)';
|
||||
// }
|
||||
|
|
Loading…
Add table
Reference in a new issue