diff --git a/src/widgets/deluge/component.jsx b/src/widgets/deluge/component.jsx index 6615cac0c..f3761b8f6 100644 --- a/src/widgets/deluge/component.jsx +++ b/src/widgets/deluge/component.jsx @@ -44,9 +44,9 @@ export default function Component({ service }) { return ( - + - + ); } diff --git a/src/widgets/rutorrent/component.jsx b/src/widgets/rutorrent/component.jsx index ef3a278f1..300a15bda 100644 --- a/src/widgets/rutorrent/component.jsx +++ b/src/widgets/rutorrent/component.jsx @@ -34,8 +34,8 @@ export default function Component({ service }) { return ( - - + + ); }