diff --git a/src/lib/components/ETFProfileCard.svelte b/src/lib/components/ETFProfileCard.svelte index 1341dc82..2d9d6343 100644 --- a/src/lib/components/ETFProfileCard.svelte +++ b/src/lib/components/ETFProfileCard.svelte @@ -44,7 +44,6 @@ let showFullText = false; description = info?.description ?? 'A detailed description of the company is not yet available.'; website = info?.website; snippet= description?.slice(0, 150) + "..."; - } } @@ -102,6 +101,12 @@ let showFullText = false;