typo
This commit is contained in:
parent
1b172dd4bb
commit
7232d52cad
@ -203,7 +203,7 @@ function findLowestAndHighestPrice(data, lastDateStr) {
|
|||||||
|
|
||||||
|
|
||||||
$: {
|
$: {
|
||||||
if($assetType === 'stock' ? $stockTicker :$etfTicker && typeof window !== 'undefined') {
|
if($assetType === 'stock' ? $stockTicker : $etfTicker && typeof window !== 'undefined') {
|
||||||
isLoaded=false;
|
isLoaded=false;
|
||||||
const ticker = $assetType === 'stock' ? $stockTicker :$etfTicker
|
const ticker = $assetType === 'stock' ? $stockTicker :$etfTicker
|
||||||
const asyncFunctions = [
|
const asyncFunctions = [
|
||||||
@ -224,7 +224,6 @@ function findLowestAndHighestPrice(data, lastDateStr) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let charNumber = $screenWidth < 640 ? 20 : 40;
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -322,8 +321,8 @@ function findLowestAndHighestPrice(data, lastDateStr) {
|
|||||||
|
|
||||||
<div class="w-full flex flex-col items-start mt-3">
|
<div class="w-full flex flex-col items-start mt-3">
|
||||||
<div class="text-white text-[1rem] mt-2 mb-2 w-full">
|
<div class="text-white text-[1rem] mt-2 mb-2 w-full">
|
||||||
Using the latest FTD data, we divide it with the monthly average volume to determine that less than
|
Using the latest FTD data, we divide it with the monthly average volume to determine that
|
||||||
<strong>{weightedFTD < 0.01 ? '< 0.01' : weightedFTD}%</strong> of shares failed to deliver.
|
<strong>{weightedFTD < 0.01 ? 'less than < 0.01' : weightedFTD}%</strong> of shares failed to deliver.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user