ui fix
This commit is contained in:
parent
c01afd7e45
commit
3317dd6e34
@ -780,7 +780,7 @@
|
||||
>Bid</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{$wsBidPrice !== 0 && $wsBidPrice !== null
|
||||
? $wsBidPrice
|
||||
: (data?.getStockQuote?.bid ?? "-")}</td
|
||||
@ -793,7 +793,7 @@
|
||||
>Market Cap</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{abbreviateNumber(data?.getStockQuote?.marketCap)}</td
|
||||
></tr
|
||||
>
|
||||
@ -804,7 +804,7 @@
|
||||
>AUM</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{stockDeck?.aum !== null
|
||||
? abbreviateNumber(stockDeck?.aum)
|
||||
: "n/a"}</td
|
||||
@ -817,7 +817,7 @@
|
||||
>NAV</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{stockDeck?.nav !== null
|
||||
? abbreviateNumber(stockDeck?.nav)
|
||||
: "n/a"}</td
|
||||
@ -831,7 +831,7 @@
|
||||
>EPS (ttm)</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{data?.getStockQuote?.eps !== null
|
||||
? data?.getStockQuote?.eps?.toFixed(2)
|
||||
: "n/a"}</td
|
||||
@ -844,7 +844,7 @@
|
||||
>PE Ratio (ttm)</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{data?.getStockQuote?.pe !== null
|
||||
? data?.getStockQuote?.pe?.toFixed(2)
|
||||
: "n/a"}</td
|
||||
@ -858,7 +858,7 @@
|
||||
>Shares Out
|
||||
</td>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{data?.getStockQuote?.sharesOutstanding !== null
|
||||
? abbreviateNumber(
|
||||
data?.getStockQuote?.sharesOutstanding,
|
||||
@ -873,7 +873,7 @@
|
||||
>Inception Date</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{stockDeck?.inceptionDate !== null
|
||||
? new Date(stockDeck?.inceptionDate)?.toLocaleString(
|
||||
"en-US",
|
||||
@ -898,7 +898,7 @@
|
||||
>Ask</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{$wsAskPrice !== 0 && $wsAskPrice !== null
|
||||
? $wsAskPrice
|
||||
: (data?.getStockQuote?.ask ?? "-")}</td
|
||||
@ -911,7 +911,7 @@
|
||||
>Volume</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{abbreviateNumber(data?.getStockQuote?.volume)}</td
|
||||
></tr
|
||||
>
|
||||
@ -922,7 +922,7 @@
|
||||
>Open</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{data?.getStockQuote?.open?.toFixed(2)}</td
|
||||
></tr
|
||||
>
|
||||
@ -933,7 +933,7 @@
|
||||
>Previous Close</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{data?.getStockQuote?.previousClose?.toFixed(2)}</td
|
||||
></tr
|
||||
>
|
||||
@ -944,7 +944,7 @@
|
||||
>Day's Range</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{data?.getStockQuote?.dayLow?.toFixed(2)} - {data?.getStockQuote?.dayHigh?.toFixed(
|
||||
2,
|
||||
)}</td
|
||||
@ -957,7 +957,7 @@
|
||||
>52-Week Range</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{data?.getStockQuote?.yearLow?.toFixed(2)} - {data?.getStockQuote?.yearHigh?.toFixed(
|
||||
2,
|
||||
)}</td
|
||||
@ -971,7 +971,7 @@
|
||||
>Holdings
|
||||
</td>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{stockDeck?.holdingsCount !== null
|
||||
? abbreviateNumber(stockDeck?.holdingsCount)
|
||||
: "n/a"}</td
|
||||
@ -984,7 +984,7 @@
|
||||
>Expense Ratio</td
|
||||
>
|
||||
<td
|
||||
class="whitespace-nowrap px-0.5 py-[1px] text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
class="whitespace-nowrap px-0.5 py-[1px] font-semibold text-left text-sm xs:px-1 sm:py-1 sm:text-right"
|
||||
>{stockDeck?.expenseRatio !== null
|
||||
? stockDeck?.expenseRatio?.toFixed(2) + "%"
|
||||
: "n/a"}</td
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user