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, }, }, };