From b9643d3584a5f38abc16de07702b0317e13811e9 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:07:51 -0700 Subject: [PATCH] sync --- .../src/ee/billing/components/billing-details.tsx | 12 ++++++------ apps/server/src/ee | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/client/src/ee/billing/components/billing-details.tsx b/apps/client/src/ee/billing/components/billing-details.tsx index f3010802..a4ea9547 100644 --- a/apps/client/src/ee/billing/components/billing-details.tsx +++ b/apps/client/src/ee/billing/components/billing-details.tsx @@ -30,12 +30,12 @@ export default function BillingDetails() { > Plan - - { - plans.find( - (plan) => plan.productId === billing.stripeProductId, - )?.name - } + + {plans.find( + (plan) => plan.productId === billing.stripeProductId, + )?.name || + billing.planName || + "Standard"} diff --git a/apps/server/src/ee b/apps/server/src/ee index e6778149..35f08b67 160000 --- a/apps/server/src/ee +++ b/apps/server/src/ee @@ -1 +1 @@ -Subproject commit e67781496f7a2cddc850faf4a7942a0c36886ae7 +Subproject commit 35f08b67aa0de5c0f4c6c7fabf581567b40aefbb