diff --git a/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx b/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx index d45cd9e8..c064a446 100644 --- a/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx +++ b/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx @@ -2,9 +2,10 @@ import { useEffect, useState } from 'react' import { Loader } from 'features/Loader' import { useLexicsStore } from 'features/LexicsStore' - import { MatchPackage } from 'features/BuyMatchPopup/types' +import { isMobileDevice } from 'config/userAgent' + import { getBrazilPaymentUrl } from 'requests/getBrazilPaymentUrl' import isNumber from 'lodash/isNumber' @@ -50,7 +51,7 @@ export const BrazilPayment = ({ return ( {src && open ? ( -