diff --git a/src/routes/price-alert/+page.svelte b/src/routes/price-alert/+page.svelte index 4d627420..8b193719 100644 --- a/src/routes/price-alert/+page.svelte +++ b/src/routes/price-alert/+page.svelte @@ -371,20 +371,18 @@ Symbol Company - Volume - Price when Created + Price Target - Current Price + Price Change% Change + Volume @@ -424,17 +422,6 @@ : item?.name} - - {abbreviateNumber(item?.volume)} - - - {item?.priceWhenCreated} - - @@ -460,6 +447,11 @@ {/if} + + {abbreviateNumber(item?.volume)} + {/each}