diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index eb34044..3bb2b7e 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -143,7 +143,7 @@ const PlansSection = () => { }; - const isBusy = productsLoading || loadingMethod !== null; + const isBusy = loadingMethod !== null; return (