more
This commit is contained in:
@@ -83,16 +83,8 @@ const SignupPage = () => {
|
||||
|
||||
const handleChangeRadioInput = (value) => {
|
||||
const tempPlan = signupRadioFields.filter((plan) => {
|
||||
if (!isUpgrade) {
|
||||
if (plan.value === value) {
|
||||
return plan;
|
||||
}
|
||||
} else {
|
||||
if (plan.value === value && plan.value === currentPlan) {
|
||||
// ff
|
||||
} else if (plan.value === value) {
|
||||
return plan;
|
||||
}
|
||||
if (plan.value === value) {
|
||||
return plan;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user