From 012ca26b4c4f6f11c92fc94f9dfe4f2f27734232 Mon Sep 17 00:00:00 2001 From: Zerebos Date: Fri, 23 Feb 2024 10:07:08 +0000 Subject: [PATCH] Fix linting issues --- src/widgets/stash/component.jsx | 10 ++++++++-- src/widgets/stash/widget.js | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/widgets/stash/component.jsx b/src/widgets/stash/component.jsx index b8185baee..66f949c12 100644 --- a/src/widgets/stash/component.jsx +++ b/src/widgets/stash/component.jsx @@ -39,11 +39,17 @@ export default function Component({ service }) { - + - + diff --git a/src/widgets/stash/widget.js b/src/widgets/stash/widget.js index 725e5dbcf..52be54f76 100644 --- a/src/widgets/stash/widget.js +++ b/src/widgets/stash/widget.js @@ -1,4 +1,4 @@ -import {asJson} from "utils/proxy/api-helpers"; +import { asJson } from "utils/proxy/api-helpers"; import genericProxyHandler from "utils/proxy/handlers/generic"; const widget = { @@ -32,7 +32,7 @@ const widget = { } }` }), - map: (data) => asJson(data).data.stats + map: (data) => asJson(data).data.stats, }, }, };