diff --git a/src/lib/components/AnalystEstimate.svelte b/src/lib/components/AnalystEstimate.svelte index 8c7407b1..82e428b4 100644 --- a/src/lib/components/AnalystEstimate.svelte +++ b/src/lib/components/AnalystEstimate.svelte @@ -1040,7 +1040,7 @@
- {item?.text?.length > 200 - ? item?.text?.slice(0, 200) + "..." - : item?.text} -
+ {item?.text?.length > 200 + ? item?.text?.slice(0, 200) + "..." + : item?.text} +