mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Fix lint 2
This commit is contained in:
@@ -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 <Container service={service} error={downloadStatsError} />;
|
||||
|
||||
Reference in New Issue
Block a user