fix(web): byte units enum (#11161)

This commit is contained in:
Michel Heusschen
2024-07-17 13:25:06 +02:00
committed by GitHub
parent c9c56ac600
commit e3fd766e9b
3 changed files with 16 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
class="text-immich-primary dark:text-immich-dark-primary">{value}</span
>
{#if unit}
<span class="absolute -top-5 right-2 text-base font-light text-gray-400">{ByteUnit[unit]}</span>
<span class="absolute -top-5 right-2 text-base font-light text-gray-400">{unit}</span>
{/if}
</div>
</div>