1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

fix(web): quota usage view (#6358)

This commit is contained in:
Daniel Dietzler 2024-01-13 21:14:24 +01:00 committed by GitHub
parent e2666f0e74
commit 5e2aec3892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@
$: usedPercentage = Math.round((usedBytes / availableBytes) * 100);
const onUpdate = () => {
usedPercentage = 81;
usageClasses = getUsageClass();
};