Compare commits

..

No commits in common. "5d0f85ba9b350fd1300bb975ce3380caa38065f6" and "de8617321da67a14b18c55372588217647ce4a70" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@
<span style="font-size: 18px" class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.CHANGE")
}}</span>
<span style="font-size: 18px" class="data-value positive"
<span class="data-value positive"
>{{ stockQuote.change?.[0] || "--" }}
{{ stockQuote.change?.[1] || "--" }}</span
>

View File

@ -114,7 +114,7 @@
<span style="font-size: 18px" class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.CHANGE")
}}</span>
<span style="font-size: 18px" class="data-value positive"
<span class="data-value positive"
>{{ stockQuote.change?.[0] || "--" }}
{{ stockQuote.change?.[1] || "--" }}</span
>

View File

@ -114,7 +114,7 @@
<span style="font-size: 18px" class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.CHANGE")
}}</span>
<span style="font-size: 18px" class="data-value positive"
<span class="data-value positive"
>{{ stockQuote.change?.[0] || "--" }}
{{ stockQuote.change?.[1] || "--" }}</span
>