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)}
Unlock content with
Pro Subscription
{/if}