More
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user