From 4ae3ddaecd29921737f37b436d69cab8906b7237 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 15 Jul 2025 19:49:56 -0500 Subject: [PATCH] Comment --- src/state/ageAssurance/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/state/ageAssurance/index.tsx b/src/state/ageAssurance/index.tsx index 34bcf12234..aab954e6cd 100644 --- a/src/state/ageAssurance/index.tsx +++ b/src/state/ageAssurance/index.tsx @@ -54,6 +54,8 @@ export function Provider({children}: {children: React.ReactNode}) { * This is load bearing. We always want this query to run and end in a * "fetched" state, even if we fall back to defaults. This lets the rest of * the app know that we've at least attempted to load the AA state. + * + * However, it only needs to run if AA is enabled. */ enabled: isAgeAssuranceEnabled, queryKey: createAgeAssuranceQueryKey(agent.session?.did ?? 'never'),