diff --git a/src/state/age-assurance/index.tsx b/src/state/age-assurance/index.tsx index 9bf0f41dc5..9281a18056 100644 --- a/src/state/age-assurance/index.tsx +++ b/src/state/age-assurance/index.tsx @@ -60,6 +60,8 @@ export function Provider({children}: {children: React.ReactNode}) { if (!isNetworkError(e)) { logger.error(`ageAssurance: failed to fetch`, {safeMessage: e}) } + + // don't re-throw error, we'll just fall back to defaults } }, })