bugfix filter perceel
This commit is contained in:
parent
700c543570
commit
c4f8b5444c
@ -74,7 +74,7 @@ class App extends Component {
|
||||
render() {
|
||||
const { allLocations, query, price, minPrice, minPerceel, afstandNFI, afstandHoogstraat, afstandKorhoen, afstandBakkersdijk } = this.state
|
||||
let showingLocations
|
||||
if (query || price || afstandNFI || afstandHoogstraat || afstandKorhoen || afstandBakkersdijk) {
|
||||
if (query || price || minPerceel || afstandNFI || afstandHoogstraat || afstandKorhoen || afstandBakkersdijk) {
|
||||
showingLocations = allLocations;
|
||||
if(query){
|
||||
const match = new RegExp(escapeRegExp(query), 'i')
|
||||
|
Loading…
Reference in New Issue
Block a user