From df19ad70165b5e980355d63d76b6a12648c8fc58 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 8 May 2023 08:06:58 -0700 Subject: [PATCH] QNAP code style, temp formatting --- src/widgets/qnap/component.jsx | 4 +--- src/widgets/qnap/proxy.js | 12 +++--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/widgets/qnap/component.jsx b/src/widgets/qnap/component.jsx index 812cfd486..c01e3ba8f 100644 --- a/src/widgets/qnap/component.jsx +++ b/src/widgets/qnap/component.jsx @@ -36,8 +36,6 @@ export default function Component({ service }) { const volumeTotalSize = statusData.volume.volumeUse.total_size._cdata; const volumeFreeSize = statusData.volume.volumeUse.free_size._cdata; - - return (