-
-
- {#if rawData?.length !== 0}
- The {$displayCompanyName} holds {rawData?.length} different assets
- and the largest one in the portfolio is {formatString(rawData?.at(0)?.name)}, making up {rawData?.at(0)?.weightPercentage?.toFixed(2)}% of the total.
- {:else}
- No information available for {$displayCompanyName}.
- {/if}
+ {#if rawData?.length !== 0}
+ The {$displayCompanyName} holds {rawData?.length} different assets
+ and the largest one in the portfolio is {formatString(
+ rawData?.at(0)?.name,
+ )}, making up {rawData?.at(0)?.weightPercentage?.toFixed(2)}% of
+ the total.
+ {:else}
+ No information available for {$displayCompanyName}.
+ {/if}
+