diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index 03e4f223..c5e53452 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -163,9 +163,9 @@ onMount( async() => {
{item?.party ?? 'n/a'}
- {formatString(item?.assetDescription) ?? '-'} -
+ + {item?.ticker?.length !== 0 ? item?.ticker : formatString(item?.assetDescription)?.slice(0,30) + '...'} +{item?.amount?.replace("$1,000,001 - $5,000,000","$1Mio - $5Mio")}