You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-25 20:09:18 +02:00
fix(web): quota usage view (#6358)
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
$: usedPercentage = Math.round((usedBytes / availableBytes) * 100);
|
$: usedPercentage = Math.round((usedBytes / availableBytes) * 100);
|
||||||
|
|
||||||
const onUpdate = () => {
|
const onUpdate = () => {
|
||||||
usedPercentage = 81;
|
|
||||||
usageClasses = getUsageClass();
|
usageClasses = getUsageClass();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user