This commit is contained in:
MuslemRahimi 2025-04-02 11:24:32 +02:00
parent a49982c2e2
commit 4cd5640754

View File

@ -963,7 +963,7 @@
</td> </td>
<td class="px-[5px] py-1.5 text-right xs:px-2.5 xs:py-2" <td class="px-[5px] py-1.5 text-right xs:px-2.5 xs:py-2"
>{rawData?.earningsYield !== null >{rawData?.earningsYield !== null
? (rawData?.earningsYield * 100)?.toFixed(2) + "%" ? rawData?.earningsYield
: "n/a"}</td : "n/a"}</td
> >
</tr><tr </tr><tr
@ -975,7 +975,7 @@
class="px-[5px] py-1.5 text-right xs:px-2.5 xs:py-2" class="px-[5px] py-1.5 text-right xs:px-2.5 xs:py-2"
title="0.578%" title="0.578%"
>{rawData?.freeCashFlowYield !== null >{rawData?.freeCashFlowYield !== null
? (rawData?.freeCashFlowYield * 100)?.toFixed(2) + "%" ? rawData?.freeCashFlowYield
: "n/a"}</td : "n/a"}</td
> >
</tr></tbody </tr></tbody