diff --git a/src/features/BuyMatchPopup/components/BrazilPayment/hooks.tsx b/src/features/BuyMatchPopup/components/BrazilPayment/hooks.tsx index f6c1cf9c..5caaf332 100644 --- a/src/features/BuyMatchPopup/components/BrazilPayment/hooks.tsx +++ b/src/features/BuyMatchPopup/components/BrazilPayment/hooks.tsx @@ -60,7 +60,7 @@ export const useBrazilPayment = ({ setIsOpenBrasilian(false) const accessMatch = await getMatchInfo(sportType, id) - if (!accessMatch?.access) { + if (accessMatch?.access) { close() history.push(matchLink) }