From b17bf4b95ad8a132e22dc139c49767aba3d56d29 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:39:27 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- src/components/PlansSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (