We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d582ec0 commit a5467d6Copy full SHA for a5467d6
web/src/routes/admin/library-management/+page.svelte
@@ -337,7 +337,7 @@
337
<td class=" text-ellipsis px-4 text-sm">
338
{totalCount[index]}
339
</td>
340
- <td class=" text-ellipsis px-4 text-sm">{diskUsage[index]} {diskUsageUnit[index]}</td>
+ <td class=" text-ellipsis px-4 text-sm"> {diskUsage[index]} {ByteUnit[diskUsageUnit[index]]}</td>
341
{/if}
342
343
0 commit comments