This commit is contained in:
Kenneth Jannette
2024-02-01 21:06:26 -06:00
parent 6f87de9376
commit 1fa7af2fd9

View File

@@ -30,7 +30,8 @@ import "../../styles/signup.scss";
import Stripe from "stripe"; import Stripe from "stripe";
import { stripeApiKey } from "../../secrets"; import { stripeApiKey } from "../../secrets";
const SignupPage = () => { const SignupPage = (props) => {
const { isUpgrade } = props;
const navigate = useNavigate(); const navigate = useNavigate();
const [notice, setNotice] = useState(""); const [notice, setNotice] = useState("");
const fieldsChunkSize = 2; const fieldsChunkSize = 2;