mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Add setting to hide widgets on failure
This commit is contained in:
@@ -12,7 +12,7 @@ export default function Component({ service }) {
|
||||
const { data: adguardData, error: adguardError } = useWidgetAPI(widget, "stats");
|
||||
|
||||
if (adguardError) {
|
||||
return <Container error={adguardError} />;
|
||||
return <Container service={service} error={adguardError} />;
|
||||
}
|
||||
|
||||
if (!adguardData) {
|
||||
|
||||
Reference in New Issue
Block a user