diff --git a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx index f65af167..d6f3aa04 100644 --- a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx +++ b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx @@ -161,6 +161,15 @@ export const PackageSelectionStep = () => { buttonLexic={buttonLexic} /> + {selectedPackage && isIframePayment && ( + + )} ) }