From e2c2cdab44b7a25964c6917fcb883e65d9f5877b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:38:49 -0700 Subject: [PATCH] Fix: Synology DownloadStation units --- 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 9e47c5f4..aae4713d 100644 --- a/src/widgets/downloadstation/component.jsx +++ b/src/widgets/downloadstation/component.jsx @@ -33,9 +33,9 @@ export default function Component({ service }) { return ( - + - + ); }