From a55dc65c6fde6abd99ec3e82fa55e98829c4710f Mon Sep 17 00:00:00 2001 From: Devedse Date: Thu, 30 May 2024 22:34:51 +0200 Subject: [PATCH] Fix lint 2 --- src/widgets/develancacheui/component.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/widgets/develancacheui/component.jsx b/src/widgets/develancacheui/component.jsx index 028d07eed..41a1062b7 100644 --- a/src/widgets/develancacheui/component.jsx +++ b/src/widgets/develancacheui/component.jsx @@ -9,7 +9,10 @@ export default function Component({ service }) { const { widget } = service; - const { data: downloadStatsData, error: downloadStatsError } = useWidgetAPI(widget, "DownloadStats/GetTotalDownloadStats"); + const { data: downloadStatsData, error: downloadStatsError } = useWidgetAPI( + widget, + "DownloadStats/GetTotalDownloadStats" + ); if (downloadStatsError) { return ;