mirror of
https://github.com/immich-app/immich.git
synced 2025-03-04 02:11:44 -05:00
fix(web): external library disk usage unit (#10935)
This commit is contained in:
parent
d582ec02b1
commit
a5467d60ea
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@
|
|||
<td class=" text-ellipsis px-4 text-sm">
|
||||
{totalCount[index]}
|
||||
</td>
|
||||
<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>
|
||||
{/if}
|
||||
|
||||
<td class=" text-ellipsis px-4 text-sm">
|
||||
|
|
Loading…
Add table
Reference in a new issue