]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/qBittorrent.vue
Linting update
[github/bastienwirtz/homer.git] / src / components / services / qBittorrent.vue
index 06dd47c105c74ed604aaac0267302a2c006b915c..d47ed0b1eca77a6f45cdc165ab858131f909a69d 100644 (file)
@@ -43,7 +43,7 @@ const displayRate = (rate) => {
   }
   return (
     Intl.NumberFormat(undefined, { maximumFractionDigits: 2 }).format(
-      rate || 0
+      rate || 0,
     ) + ` ${units[i]}/s`
   );
 };