update price alert
This commit is contained in:
parent
f2ab85b076
commit
c66e0b72f0
@ -371,20 +371,18 @@
|
||||
<tr class="">
|
||||
<th class="text-white font-semibold text-sm">Symbol</th>
|
||||
<th class="text-white font-semibold text-sm">Company</th>
|
||||
<th class="text-white font-semibold text-end text-sm"
|
||||
>Volume</th
|
||||
>
|
||||
<th class="text-white font-semibold text-end text-sm"
|
||||
>Price when Created</th
|
||||
>
|
||||
|
||||
<th class="text-white font-semibold text-end text-sm"
|
||||
>Price Target</th
|
||||
>
|
||||
<th class="text-white font-semibold text-end text-sm"
|
||||
>Current Price</th
|
||||
<th class="text-white font-semibold text-end text-sm">
|
||||
Price</th
|
||||
>
|
||||
<th class="text-white font-semibold text-end text-sm"
|
||||
>Change</th
|
||||
>% Change</th
|
||||
>
|
||||
<th class="text-white font-semibold text-end text-sm"
|
||||
>Volume</th
|
||||
>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -424,17 +422,6 @@
|
||||
: item?.name}
|
||||
</td>
|
||||
|
||||
<td
|
||||
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
|
||||
>
|
||||
{abbreviateNumber(item?.volume)}
|
||||
</td>
|
||||
<td
|
||||
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
|
||||
>
|
||||
{item?.priceWhenCreated}
|
||||
</td>
|
||||
|
||||
<td
|
||||
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
|
||||
>
|
||||
@ -460,6 +447,11 @@
|
||||
</span>
|
||||
{/if}
|
||||
</td>
|
||||
<td
|
||||
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
|
||||
>
|
||||
{abbreviateNumber(item?.volume)}
|
||||
</td>
|
||||
</tr>
|
||||
{/each}
|
||||
</tbody>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user