Fix property naming between online/offline

Snakes and camels.
This commit is contained in:
Kirk van Gorkom
2025-03-03 17:47:27 -08:00
parent 375937bd6b
commit 8d86e411e0

View File

@@ -77,7 +77,7 @@ export const useSuggestions = ( photoUri, options ) => {
);
const commonAncestor = hasOnlineSuggestionResults
? onlineSuggestions?.commonAncestor
? onlineSuggestions?.common_ancestor
: offlineSuggestions?.commonAncestor;
// since we can calculate this, there's no need to store it in state