diff --git a/Makefile b/Makefile index d2e78753..ea370334 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ a-stage: build-a rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/a-wwwroot/ b-stage: build-b - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/b-wwwroot/ + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/b-wwwroot/ c-stage: build-c rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/c-wwwroot/ diff --git a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx index 262c65f1..aeabc89f 100644 --- a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx +++ b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx @@ -39,6 +39,7 @@ export const PackageSelectionStep = () => { const { close, + disabledBuyBtn, goBack, hasPreviousStep, loader, @@ -46,6 +47,7 @@ export const PackageSelectionStep = () => { onBuyClick, selectedPackage, selectedSubscription, + setDisabledBuyBtn, } = useBuyMatchPopupStore() useEffect(() => { @@ -59,6 +61,7 @@ export const PackageSelectionStep = () => { const isBrasil = user?.profile.country_code === 'BR' const onHandleClick = (e?: MouseEvent) => { + setDisabledBuyBtn(true) if (isBrasil) { setIsOpenBrasilian(true) } else { @@ -100,7 +103,7 @@ export const PackageSelectionStep = () => { ) : (