ui fix
This commit is contained in:
parent
d0f6bbfb33
commit
60202ba959
@ -162,7 +162,7 @@ $: {
|
|||||||
<td class="text-start bg-[#000] lg:bg-[#09090B] text-white font-medium">Shares Out.</td>
|
<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]">{abbreviateNumber(sharesOutstanding)}</td>
|
||||||
<td class="text-end bg-[#000] lg:bg-[#09090B] text-white font-medium">Forward PE</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>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user