diff --git a/src/state/age-assurance/index.tsx b/src/state/age-assurance/index.tsx index e3ef002b8e..c093e59af4 100644 --- a/src/state/age-assurance/index.tsx +++ b/src/state/age-assurance/index.tsx @@ -75,9 +75,6 @@ export function Provider({children}: {children: React.ReactNode}) { account: agent.session?.did, }) - // TODO pretty sure we don't need this - // qc.invalidateQueries({queryKey: preferencesQueryKey}) - await getAndRegisterPushToken({ isAgeRestricted: Boolean( isAgeRestrictedGeo && data.status !== 'assured',