bugfixing
This commit is contained in:
parent
3faddaf3ad
commit
2a48af00b7
@ -115,11 +115,11 @@
|
|||||||
<img
|
<img
|
||||||
style="clip-path: circle(50%);"
|
style="clip-path: circle(50%);"
|
||||||
class="w-4 h-4 inline-block -mt-1 mr-1"
|
class="w-4 h-4 inline-block -mt-1 mr-1"
|
||||||
src={`https://financialmodelingprep.com/image-stock/${ticker}.png`}
|
src={`https://financialmodelingprep.com/image-stock/${ticker?.toUpperCase()}.png`}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{ticker}, Regular trading hours
|
{ticker?.toUpperCase()}, Regular trading hours
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user