Place previously chosen location on map when going back
This commit is contained in:
parent
ef3d0e4d7e
commit
695aceaaa0
2 changed files with 17 additions and 11 deletions
|
@ -40,7 +40,7 @@ export default class MainPage extends React.Component {
|
|||
return (
|
||||
<Container fluid className='main-container p-0'>
|
||||
<Header/>
|
||||
<Stepper plants={this.state.plants} updateFilterState={this.updateFilterState} />
|
||||
<Stepper plants={this.state.plants} filters={this.state.filters} updateFilterState={this.updateFilterState} />
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue