regression: hideManageSubscription inverted

pull/31026/head
Guilherme Gazzo 2 years ago
parent b1a426da88
commit ae335290fa
  1. 2
      apps/meteor/client/views/admin/subscription/components/cards/MACCard.tsx

@ -31,7 +31,7 @@ const MACCard = ({
const card: CardProps = {
title: t('Monthly_active_contacts'),
infoText: t('MAC_InfoText'),
...(hideManageSubscription && {
...(!hideManageSubscription && {
upgradeButton: (
<UpgradeButton target='mac-card' action='buy_more' small>
{t('Buy_more')}

Loading…
Cancel
Save