mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Add setting to hide widgets on failure
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Component({ service }) {
|
||||
const { data: targetsData, error: targetsError } = useWidgetAPI(widget, "targets");
|
||||
|
||||
if (targetsError) {
|
||||
return <Container error={targetsError} />;
|
||||
return <Container service={service} error={targetsError} />;
|
||||
}
|
||||
|
||||
if (!targetsData) {
|
||||
|
||||
Reference in New Issue
Block a user