From 50cb778ee6c55e318331ff80a91e891751ab5c73 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 28 Jun 2021 11:00:54 +0200 Subject: [PATCH] Fix daily quota display --- .../src/app/shared/shared-main/users/user-quota.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/app/shared/shared-main/users/user-quota.component.html b/client/src/app/shared/shared-main/users/user-quota.component.html index 06981223a..dd1fc20d0 100644 --- a/client/src/app/shared/shared-main/users/user-quota.component.html +++ b/client/src/app/shared/shared-main/users/user-quota.component.html @@ -14,9 +14,8 @@
- {{ userVideoQuotaDaily }} {{ userVideoQuotaUsedDaily | bytes: 1 }} {{ userVideoQuotaDaily }}
- \ No newline at end of file + -- 2.41.0