mirror of
https://github.com/immich-app/immich.git
synced 2025-03-01 15:11:21 +01:00
fix(web): quota usage view (#6358)
This commit is contained in:
parent
e2666f0e74
commit
5e2aec3892
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue