From 5690ec8a69ca9f64778f2757482c279f7e6b0bf0 Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Fri, 31 Oct 2025 11:39:12 +0530 Subject: [PATCH] i fogot set initially 1 step --- src/pages/Home/MakeSubscription.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home/MakeSubscription.jsx b/src/pages/Home/MakeSubscription.jsx index 12456155..7173b51c 100644 --- a/src/pages/Home/MakeSubscription.jsx +++ b/src/pages/Home/MakeSubscription.jsx @@ -8,7 +8,7 @@ import SelectPlan from "../../components/UserSubscription/SelectPlan"; import Review from "../../components/UserSubscription/Review"; const MakeSubscription = () => { - const [currentStep, setCurrentStep] = useState(2); + const [currentStep, setCurrentStep] = useState(1); const [responsePayment, setResponsePayment] = useState(null); const [stepStatus, setStepStatus] = useState({