Fix lint 2
This commit is contained in:
parent
6786cb008a
commit
a55dc65c6f
@ -9,7 +9,10 @@ export default function Component({ service }) {
|
|||||||
|
|
||||||
const { widget } = service;
|
const { widget } = service;
|
||||||
|
|
||||||
const { data: downloadStatsData, error: downloadStatsError } = useWidgetAPI(widget, "DownloadStats/GetTotalDownloadStats");
|
const { data: downloadStatsData, error: downloadStatsError } = useWidgetAPI(
|
||||||
|
widget,
|
||||||
|
"DownloadStats/GetTotalDownloadStats"
|
||||||
|
);
|
||||||
|
|
||||||
if (downloadStatsError) {
|
if (downloadStatsError) {
|
||||||
return <Container service={service} error={downloadStatsError} />;
|
return <Container service={service} error={downloadStatsError} />;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user