diff --git a/client/me/purchases/manage-purchase/purchase-meta.tsx b/client/me/purchases/manage-purchase/purchase-meta.tsx index b120f29a24ca42..e1a14b17f95075 100644 --- a/client/me/purchases/manage-purchase/purchase-meta.tsx +++ b/client/me/purchases/manage-purchase/purchase-meta.tsx @@ -92,7 +92,7 @@ export default function PurchaseMeta( { : translate( 'Renewal Price' ); const hideRenewalPriceSection = isOneTimePurchase( purchase ); - const hideTaxString = isIncludedWithPlan( purchase ); + const hideTaxString = isIncludedWithPlan( purchase ) || purchase?.priceInteger === 0; // To-do: There isn't currently a way to get the taxName based on the country. // The country is not included in the purchase information envelope