From 4103e7e2c49b00fe84cbecfc17fbd6543e2aac10 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Wed, 2 Sep 2026 19:54:39 -0400 Subject: [PATCH] Guard missing starter pack poll results --- src/state/queries/starter-packs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/queries/starter-packs.ts b/src/state/queries/starter-packs.ts index bbc5d8b4e7..63e18761bc 100644 --- a/src/state/queries/starter-packs.ts +++ b/src/state/queries/starter-packs.ts @@ -125,7 +125,7 @@ export function useReferenceListOptOutMutation({ if (error) return false const observedOptOut = - value.starterPack.list?.viewer?.referenceListOptOut + value?.starterPack.list?.viewer?.referenceListOptOut // AppView ignores duplicate records and continues to expose the URI // of the record it indexed first. Treat that viewer state as the