2.0.7
Update cache to include backup calls to ICON data
This commit is contained in:
@@ -44,7 +44,7 @@ export function useAppState() {
|
||||
const saved = localStorage.getItem('sunscope_last_location');
|
||||
if (saved) return JSON.parse(saved);
|
||||
} catch (e) { /* ignore */ }
|
||||
return { name: 'Pangbourne, Berkshire', lat: 51.4839, lon: -1.0725, country: 'GB' };
|
||||
return { name: 'London, England', lat: 51.509, lon: -0.126, country: 'GB' };
|
||||
});
|
||||
|
||||
const setLocationAndSave = (loc) => {
|
||||
|
||||
Reference in New Issue
Block a user