diff --git a/front/components/PlansTables.tsx b/front/components/PlansTables.tsx index 38abdad81d6c..49e5b338ff80 100644 --- a/front/components/PlansTables.tsx +++ b/front/components/PlansTables.tsx @@ -2,6 +2,7 @@ import { Button, PriceTable, RocketIcon, SparklesIcon } from "@dust-tt/sparkle"; import { Tab } from "@headlessui/react"; import React from "react"; +import { PRO_PLAN_SEAT_29_CODE } from "@app/lib/plans/plan_codes"; import { classNames } from "@app/lib/utils"; import { PlanType } from "@app/types/plan"; @@ -30,7 +31,7 @@ function FreePriceTable({ size }: { size: "sm" | "xs" }) { - + @@ -74,13 +75,13 @@ function ProPriceTable({ - {plan && plan.code !== "PRO_PLAN_SEAT_29" && ( + {plan.code !== PRO_PLAN_SEAT_29_CODE && (