mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-08 00:12:08 +08:00
Feature: Support pi-hole v6 (#3207)
This commit is contained in:
@@ -9,7 +9,7 @@ export default function Component({ service }) {
|
||||
|
||||
const { widget } = service;
|
||||
|
||||
const { data: piholeData, error: piholeError } = useWidgetAPI(widget, "summaryRaw");
|
||||
const { data: piholeData, error: piholeError } = useWidgetAPI(widget);
|
||||
|
||||
if (piholeError) {
|
||||
return <Container service={service} error={piholeError} />;
|
||||
|
||||
Reference in New Issue
Block a user