From 7b36c0375ffb0b0a65e7924003c2eec6defaecd3 Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 2 May 2024 18:20:27 +0200 Subject: [PATCH] fix: tooltip --- .../billing/planSummary.svelte | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/routes/console/organization-[organization]/billing/planSummary.svelte b/src/routes/console/organization-[organization]/billing/planSummary.svelte index aab5dc786..4462e4fc5 100644 --- a/src/routes/console/organization-[organization]/billing/planSummary.svelte +++ b/src/routes/console/organization-[organization]/billing/planSummary.svelte @@ -15,6 +15,7 @@ import { humanFileSize } from '$lib/helpers/sizeConvertion'; import { BillingPlan } from '$lib/constants'; import { trackEvent } from '$lib/actions/analytics'; + import { tooltip } from '$lib/actions/tooltip'; let currentInvoice: Invoice; let extraMembers = 0; @@ -137,12 +138,15 @@ Current total (USD) - + + +
{formatCurrency(currentInvoice?.amount ?? 0)}