We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8b69f commit 7914de2Copy full SHA for 7914de2
client/src/app/subscribe/components/PricingCard.tsx
@@ -14,7 +14,7 @@ import {
14
formatEventTier,
15
} from "./utils";
16
import { getStripePrices } from "../../../lib/stripe";
17
-import { trackAdEvent } from "../../../lib/trackAdevent";
+import { trackAdEvent } from "../../../lib/trackAdEvent";
18
19
export function PricingCard({ isLoggedIn }: { isLoggedIn: boolean }) {
20
const stripePrices = getStripePrices();
0 commit comments