diff --git a/src/widgets/stash/component.jsx b/src/widgets/stash/component.jsx index b8185bae..66f949c1 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 725e5dbc..52be54f7 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, }, }, };