This commit is contained in:
MuslemRahimi 2024-12-31 14:13:41 +01:00
parent 629fefa5f7
commit b33235361f
2 changed files with 4 additions and 2 deletions

View File

@ -85,7 +85,7 @@
? 'text-white bg-primary sm:hover:bg-opacity-[0.95]' ? 'text-white bg-primary sm:hover:bg-opacity-[0.95]'
: 'text-gray-400 sm:hover:text-white sm:hover:bg-primary sm:hover:bg-opacity-[0.95]'}" : 'text-gray-400 sm:hover:text-white sm:hover:bg-primary sm:hover:bg-opacity-[0.95]'}"
> >
Fail to Deliver Fail-to-Deliver
</a> </a>
</ul> </ul>
</nav> </nav>

View File

@ -74,7 +74,9 @@
></td ></td
> >
<td class="text-right cursor-normal text-[1rem]" <td class="text-right cursor-normal text-[1rem]"
>{item?.relativeFTD > 0.01 abbreviateNumber(item?.relativeFTD)+"%" : '< 0.01%'}</td >{item?.relativeFTD > 0.01
? abbreviateNumber(item?.relativeFTD) + "%"
: "< 0.01%"}</td
> >
</tr> </tr>
{/if} {/if}