diff --git a/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx b/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx index 79770f17..f2e06f39 100644 --- a/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx +++ b/src/features/BuyMatchPopup/components/BrazilPayment/index.tsx @@ -8,8 +8,6 @@ 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' @@ -62,7 +60,7 @@ export const BrazilPayment = ({ return ( {src && open ? ( -