From c72d3957f8c9e45bb94b16ab708063685fc92580 Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Thu, 30 Oct 2025 09:47:13 +0530 Subject: [PATCH] set initial step of make subscription --- 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({