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:
@@ -14,7 +14,7 @@ export default function Component({ service }) {
|
||||
|
||||
if (wantedError || queuedError || seriesError) {
|
||||
const finalError = wantedError ?? queuedError ?? seriesError;
|
||||
return <Container error={finalError} />;
|
||||
return <Container service={service} error={finalError} />;
|
||||
}
|
||||
|
||||
if (!wantedData || !queuedData || !seriesData) {
|
||||
|
||||
Reference in New Issue
Block a user