From d4bab8093bdaa6a714bc7c366a2ace76d1a576c3 Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 5 Jun 2024 15:50:25 +0200 Subject: [PATCH] fix: missing name --- src/lib/components/billing/usageRates.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/billing/usageRates.svelte b/src/lib/components/billing/usageRates.svelte index b23fdae63..787f8a0cd 100644 --- a/src/lib/components/billing/usageRates.svelte +++ b/src/lib/components/billing/usageRates.svelte @@ -54,7 +54,7 @@ {#if isFree} - Usage on the {$plansInfo?.get(BillingPlan.STARTER)} plan is limited for the following resources. + Usage on the {$plansInfo?.get(BillingPlan.STARTER).name} plan is limited for the following resources. Next billing period: {toLocaleDate(nextDate)}. {:else if org.billingPlan === BillingPlan.PRO}