mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Fix property naming between online/offline
Snakes and camels.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user