From 93f84297839bcad0dfa073a41ae53097829b3158 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 8 Jul 2025 10:53:27 -0500 Subject: [PATCH] Add comment --- src/state/age-assurance/index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 } }, })