diff options
Diffstat (limited to 'src/components/services/qBittorrent.vue')
-rw-r--r-- | src/components/services/qBittorrent.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/qBittorrent.vue b/src/components/services/qBittorrent.vue index 06dd47c..d47ed0b 100644 --- a/src/components/services/qBittorrent.vue +++ b/src/components/services/qBittorrent.vue | |||
@@ -43,7 +43,7 @@ const displayRate = (rate) => { | |||
43 | } | 43 | } |
44 | return ( | 44 | return ( |
45 | Intl.NumberFormat(undefined, { maximumFractionDigits: 2 }).format( | 45 | Intl.NumberFormat(undefined, { maximumFractionDigits: 2 }).format( |
46 | rate || 0 | 46 | rate || 0, |
47 | ) + ` ${units[i]}/s` | 47 | ) + ` ${units[i]}/s` |
48 | ); | 48 | ); |
49 | }; | 49 | }; |