mss
This commit is contained in:
parent
b4062e5a3e
commit
bd332d6799
2 changed files with 7 additions and 789 deletions
|
|
@ -32,8 +32,11 @@ function Map(){
|
|||
>
|
||||
|
||||
{
|
||||
|
||||
listingData.Properties.map(house => {
|
||||
|
||||
console.log(house.PRICE)
|
||||
house.PRICE > 100 ?
|
||||
|
||||
<Marker
|
||||
key={house.LISTING_ID}
|
||||
|
|
@ -55,6 +58,10 @@ function Map(){
|
|||
|
||||
|
||||
/>
|
||||
:
|
||||
|
||||
console.log(house.PRICE)
|
||||
|
||||
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue