From 8a50846c9d98d4dfb19f2bb94df4732f5416e43a Mon Sep 17 00:00:00 2001 From: Yashwin Poojary Date: Thu, 12 Sep 2024 08:41:43 +0530 Subject: [PATCH] A4A> Referrals: Fix the WPCOM hosting when the refer mode is on (#94402) --- .../wpcom-plan-selector/index.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/client/a8c-for-agencies/sections/marketplace/hosting-overview/hosting-v2/standard-agency-hosting/wpcom-plan-selector/index.tsx b/client/a8c-for-agencies/sections/marketplace/hosting-overview/hosting-v2/standard-agency-hosting/wpcom-plan-selector/index.tsx index 73ea614937466..376788f5aafb5 100644 --- a/client/a8c-for-agencies/sections/marketplace/hosting-overview/hosting-v2/standard-agency-hosting/wpcom-plan-selector/index.tsx +++ b/client/a8c-for-agencies/sections/marketplace/hosting-overview/hosting-v2/standard-agency-hosting/wpcom-plan-selector/index.tsx @@ -111,10 +111,11 @@ function PlanDetails( {
-
- { translate( 'How many sites would you like to buy?' ) } -
- + { ! referralMode && ( +
+ { translate( 'How many sites would you like to buy?' ) } +
+ ) }