From f25d46e1fd1030d28395250429b06ff208d2111b Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Fri, 20 May 2022 22:02:31 +0700 Subject: [PATCH] fix(#2445): change condition for brasil country --- .../BuyMatchPopup/components/PackageSelectionStep/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {