]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-edit/user-edit.ts
Upgrade Angular first step
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-edit / user-edit.ts
index 51d90da399039b16b0376d0761af880d361d7815..2b47c685c905590773a2412e48241a66063b9df1 100644 (file)
@@ -5,7 +5,7 @@ import { USER_ROLE_LABELS, VideoResolution } from '../../../../../../shared'
 export abstract class UserEdit extends FormReactive {
   videoQuotaOptions = [
     { value: -1, label: 'Unlimited' },
-    { value: 0, label: '0'},
+    { value: 0, label: '0' },
     { value: 100 * 1024 * 1024, label: '100MB' },
     { value: 500 * 1024 * 1024, label: '500MB' },
     { value: 1024 * 1024 * 1024, label: '1GB' },