bugfixing pe rounding

This commit is contained in:
MuslemRahimi 2024-09-20 16:35:04 +02:00
parent 9fedada668
commit c4dd429322

View File

@ -1356,7 +1356,7 @@ function handleInput(event) {
</td>
<td class="text-white text-sm sm:text-[1rem] text-end border-b-[#09090B]">
{item?.pe?.toFixed(2)}
{item?.pe}
</td>
</tr>