ui fix
This commit is contained in:
parent
629fefa5f7
commit
b33235361f
@ -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>
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user