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:
@@ -8,7 +8,7 @@ export default function Component({ service }) {
|
||||
const { data: gluetunData, error: gluetunError } = useWidgetAPI(widget, "ip");
|
||||
|
||||
if (gluetunError) {
|
||||
return <Container error={gluetunError} />;
|
||||
return <Container service={service} error={gluetunError} />;
|
||||
}
|
||||
|
||||
if (!gluetunData) {
|
||||
|
||||
Reference in New Issue
Block a user