Many improvements in SelectionMap
This commit is contained in:
parent
7a672bca87
commit
e3eddd6b85
13 changed files with 173 additions and 132 deletions
|
|
@ -219,7 +219,10 @@ class Index extends Component {
|
|||
<Section className="">
|
||||
<div className="container">
|
||||
<h4 className="page-header"><Trans parent="span">Suscríbete a alertas de fuegos</Trans></h4>
|
||||
<SubscriptionEditor history={this.props.history} focusInput={false} />
|
||||
<SubscriptionEditor
|
||||
focusInput={false}
|
||||
history={this.props.history}
|
||||
/>
|
||||
</div>
|
||||
<div className="overlay" />
|
||||
</Section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue