mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
feat: better error feedback in weather, run prettier + lint
This commit is contained in:
@@ -61,6 +61,10 @@ export default class TimeSettings extends PureComponent {
|
||||
|
||||
const LocationSetting = () => {
|
||||
const getAuto = () => {
|
||||
this.setState({
|
||||
location: variables.getMessage('modals.main.loading'),
|
||||
});
|
||||
|
||||
navigator.geolocation.getCurrentPosition(
|
||||
async (position) => {
|
||||
const data = await (
|
||||
|
||||
Reference in New Issue
Block a user