This commit is contained in:
Kenneth Jannette
2024-05-26 16:36:37 -05:00
parent cc8700ef96
commit d1175f1189

View File

@@ -50,7 +50,7 @@ const SignupPage = () => {
isUpgrade ? true : false
);
// const [showSelectPlan, setShowSelectPlan] = useState(true);
//const [showSelectPlan, setShowSelectPlan] = useState(true);
const [activeRadioOption, setActiveRadioOption] = useState("partner");
const [selectedPlan, setSelectedPlan] = useState([signupRadioFields[1]]);
@@ -292,8 +292,8 @@ const SignupPage = () => {
const handleCancelModal = () => {
setShowPromoModal(!showPromoModal);
setShowSelectPlan(true);
setTimeout(scrollToLowerPanel, 93);
setShowSelectPlan(!showSelectPlan);
};
const handleOpenSelectPlan = (e) => {
@@ -635,7 +635,7 @@ const SignupPage = () => {
<div className="signup-super-container">
{isBusy ? <LoadingSpinner message={""} loaderType="MoonLoader" /> : null}
{!isUpgrade && !isBusy ? signupForm : <></>}
{true && !isBusy ? (
{showSelectPlan && !isBusy ? (
<div className="select-plan-container" id="select-plan-scid">
<div className="select-plan-header">
<div className="plan-header-right">