diff --git a/native/app/store/GGStore.ts b/native/app/store/GGStore.ts index afc49806f..ce7c82914 100644 --- a/native/app/store/GGStore.ts +++ b/native/app/store/GGStore.ts @@ -35,6 +35,7 @@ export const useGGStore = create()( itemDefinitionVersion: state.itemDefinitionVersion, bungieDefinitionVersions: state.bungieDefinitionVersions, + allDefinitionsSuccessfullyLoaded: state.allDefinitionsSuccessfullyLoaded, }), onRehydrateStorage: () => { return (state, error) => {