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