diff --git a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx index 61f9cc7b..262c65f1 100644 --- a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx +++ b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx @@ -56,7 +56,7 @@ export const PackageSelectionStep = () => { if (!match) return null - const isBrasil = user?.profile.country_code !== 'BR' + const isBrasil = user?.profile.country_code === 'BR' const onHandleClick = (e?: MouseEvent) => { if (isBrasil) {