This commit is contained in:
MuslemRahimi 2024-08-26 21:38:51 +02:00
parent d0f6bbfb33
commit 60202ba959

View File

@ -162,7 +162,7 @@ $: {
<td class="text-start bg-[#000] lg:bg-[#09090B] text-white font-medium">Shares Out.</td>
<td class="text-end bg-[#000] lg:bg-[#09090B]">{abbreviateNumber(sharesOutstanding)}</td>
<td class="text-end bg-[#000] lg:bg-[#09090B] text-white font-medium">Forward PE</td>
<td class="text-center bg-[#000] lg:bg-[#09090B]">{forwardPE}</td>
<td class="text-center bg-[#000] lg:bg-[#09090B]">{forwardPE === undefined ? '-' : forwardPE}</td>
</tr>
</tbody>
</table>