quick hotfix
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { useNavigate, useSearchParams } from "react-router-dom";
|
import { useNavigate, useSearchParams } from "react-router-dom";
|
||||||
import { useAuth } from "../../contexts/AuthContext";
|
import { useAuth } from "../../contexts/AuthContext";
|
||||||
import { useUserProperties } from "../../contexts/UserPropertiesContext";
|
|
||||||
import {
|
import {
|
||||||
createCheckoutSession,
|
createCheckoutSession,
|
||||||
activateFreeTier,
|
activateFreeTier,
|
||||||
@@ -96,8 +95,6 @@ export default function Subscribe() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function ProgressBar() {
|
function ProgressBar() {
|
||||||
return (
|
return (
|
||||||
<div className="progress-bar">
|
<div className="progress-bar">
|
||||||
@@ -191,7 +188,7 @@ export default function Subscribe() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Footer navigation ─────────────────────────────────────────────────────
|
// ── Footer nav ──────────────────────────────────────────────────────────
|
||||||
|
|
||||||
function Footer() {
|
function Footer() {
|
||||||
async function handleNext() {
|
async function handleNext() {
|
||||||
|
|||||||
Reference in New Issue
Block a user