This commit is contained in:
ruchi 2021-04-03 16:24:48 -04:00
parent b4062e5a3e
commit bd332d6799
2 changed files with 7 additions and 789 deletions

View file

@ -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)
})
}