From 654f16dbb5aaed3bbdb672d8dd97bdec605512a7 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:39:57 -0700 Subject: [PATCH] Fix: Correct Synology DownloadStation units (#2249) --- src/widgets/downloadstation/component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/downloadstation/component.jsx b/src/widgets/downloadstation/component.jsx index 9e47c5f47..aae4713db 100644 --- a/src/widgets/downloadstation/component.jsx +++ b/src/widgets/downloadstation/component.jsx @@ -33,9 +33,9 @@ export default function Component({ service }) { return ( - + - + ); }