This commit is contained in:
Kenneth Jannette
2024-02-01 22:45:26 -06:00
parent 2cdcd22727
commit 1c2a686e14

View File

@@ -89,7 +89,7 @@ const SignupPage = () => {
}
} else {
if (plan.value === value && plan.value === currentPlan) {
//
// ff
} else if (plan.value === value) {
return plan;
}