diff --git a/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/ManagePlansTable.tsx b/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/ManagePlansTable.tsx index 7e0a73b2f..ffdcbc994 100644 --- a/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/ManagePlansTable.tsx +++ b/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/ManagePlansTable.tsx @@ -34,7 +34,7 @@ export const ManagePlansTable = ({ const createCustomerPortalSession = useCreateCustomerPortalSession(); const displayCell = (value: null | number | string | boolean) => { - if (value === null) return "-"; + if (value === null) return "Unlimited"; if (typeof value === "boolean") { if (value) return (