mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
Merge pull request #3790 from ryjm/ryjm/fix-weather-api
weather: fix api call
This commit is contained in:
commit
ae5561ee61
@ -23,7 +23,7 @@ export default class WeatherTile extends React.Component {
|
||||
}, (err) => {
|
||||
console.log(err);
|
||||
}, { maximumAge: Infinity, timeout: 10000 });
|
||||
this.props.api.weather(latlng);
|
||||
this.props.api.launch.weather(latlng);
|
||||
this.setState({ manualEntry: !this.state.manualEntry });
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user