{#if data?.user?.tier === "Pro"} {#if isLoaded} {#if rawData?.length !== 0} {#each showFullStats ? rawData : rawData?.slice(0, 3) as item, index}
stockSelector(item?.symbol)} class="flex-shrink-0 mr-3 rounded-full w-8 h-8 sm:w-10 sm:h-10 relative bg-default" >
{item?.symbol} ยท {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name}
{item?.value?.toFixed(2)}
{#if item?.value >= 0} {:else} {/if}
{/each}
{/if} {:else}
{/if} {:else}
Unlock content with Pro Subscription
{/if}