diff --git a/src/routes/analysts/+page.svelte b/src/routes/analysts/+page.svelte index 80bc34f6..93abae9c 100644 --- a/src/routes/analysts/+page.svelte +++ b/src/routes/analysts/+page.svelte @@ -136,36 +136,37 @@ $: {
| + | # | -+ | Analyst | -- Main Sector - | - -+ + | Success Rate | -+ | Average Return | -+ | Total Ratings | -+ | + Main Sector + | +Last Rating | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | {item?.rank} | @@ -195,12 +196,9 @@ $: { -- {item?.mainSectors?.at(0)} - | - - -+ + + | {#if Number(item?.successRate) >= 0} {Number(item?.successRate)?.toFixed(2)}% {/if} @@ -218,10 +216,16 @@ $: { {item?.totalRatings} | -+ + | + {item?.mainSectors?.at(0)} + | + +{item?.lastRating !== null ? new Date(item?.lastRating)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' }) : 'n/a'} | +