i fogot set initially 1 step
This commit is contained in:
parent
3f09cfa55c
commit
5690ec8a69
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user