mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
Hotfix for "set location"
This commit is contained in:
parent
e55c4c7731
commit
dc6e79f967
File diff suppressed because one or more lines are too long
@ -129,7 +129,7 @@ export default class WeatherTile extends Component {
|
||||
|
||||
renderNoData() {
|
||||
return this.renderWrapper((
|
||||
<div onClick={this.locationSubmit.bind(this)}>
|
||||
<div onClick={() => this.setState({manualEntry: !this.state.manualEntry})}>
|
||||
<p className="gray label-regular b absolute"
|
||||
style={{left: 8, top: 4}}>
|
||||
Weather
|
||||
|
Loading…
Reference in New Issue
Block a user