fix(#2445): change condition for brasil country

keep-around/43461da6ad25c0cf2fbd30db2528ee5224336eaf
Andrei Dekterev 4 years ago
parent 0c4d949048
commit f25d46e1fd
  1. 2
      src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx

@ -56,7 +56,7 @@ export const PackageSelectionStep = () => {
if (!match) return null if (!match) return null
const isBrasil = user?.profile.country_code !== 'BR' const isBrasil = user?.profile.country_code === 'BR'
const onHandleClick = (e?: MouseEvent<HTMLButtonElement>) => { const onHandleClick = (e?: MouseEvent<HTMLButtonElement>) => {
if (isBrasil) { if (isBrasil) {

Loading…
Cancel
Save