diff --git a/src/widgets/develancacheui/component.jsx b/src/widgets/develancacheui/component.jsx index 41a1062b7..9c07c6df5 100644 --- a/src/widgets/develancacheui/component.jsx +++ b/src/widgets/develancacheui/component.jsx @@ -11,7 +11,7 @@ export default function Component({ service }) { const { data: downloadStatsData, error: downloadStatsError } = useWidgetAPI( widget, - "DownloadStats/GetTotalDownloadStats" + "DownloadStats/GetTotalDownloadStats", ); if (downloadStatsError) {