setNewTier(null)}
/>
{tiers.map(tier =>
setNewTier(tier.code)}
/>
)}
{action === Action.CANCEL &&
{t("account_upgrade_dialog_cancel_warning", { date: formatShortDate(account.billing.paid_until) })}
}
{action === Action.UPDATE &&
{t("account_upgrade_dialog_proration_info")}
}