added initial setp for aing subscription
This commit is contained in:
parent
46ad5429cf
commit
31a8329254
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user