diff --git a/src/pages/Home/MakeSubscription.jsx b/src/pages/Home/MakeSubscription.jsx index 7c40bdec..e7556f64 100644 --- a/src/pages/Home/MakeSubscription.jsx +++ b/src/pages/Home/MakeSubscription.jsx @@ -8,7 +8,7 @@ import SelectPlan from "../../components/UserSubscription/SelectPlan"; import { Link } from "react-router-dom"; const MakeSubscription = () => { - const [currentStep, setCurrentStep] = useState(2); + const [currentStep, setCurrentStep] = useState(1); const [responsePayment, setResponsePayment] = useState(null); const [stepStatus, setStepStatus] = useState({