mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-05 17:51:21 -07:00
a
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Component({ service }) {
|
||||
|
||||
const { data: downloadStatsData, error: downloadStatsError } = useWidgetAPI(
|
||||
widget,
|
||||
"DownloadStats/GetTotalDownloadStats"
|
||||
"DownloadStats/GetTotalDownloadStats",
|
||||
);
|
||||
|
||||
if (downloadStatsError) {
|
||||
|
||||
Reference in New Issue
Block a user