mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 13:31:13 -05:00
Fix unit preferences logic
This commit is contained in:
@@ -22,5 +22,5 @@ export function useLocationAutoDetect() {
|
||||
localStorage.setItem('location_detection_attempted', 'true');
|
||||
});
|
||||
}
|
||||
}, [user, loading, preferences.auto_detect, autoDetectPreferences]);
|
||||
}, [user, loading, preferences.auto_detect]);
|
||||
}
|
||||
Reference in New Issue
Block a user