Add tellers to /ambs and /merchants

master
Letícia Camara 2018-12-03 13:36:28 -02:00
parent 12c2368552
commit 39da625d83
2 changed files with 2 additions and 0 deletions

View File

@ -425,6 +425,7 @@ class AmbassadorsPage extends Component {
merchants={merchantMarkers}
ambassadorsLayer={true}
merchantsLayer={false}
tellersLayer={false}
mapHeight={'600px'}
ambsMap={true}
showControls={this.state.mapsModalIsOpen}

View File

@ -508,6 +508,7 @@ class MerchantsPage extends Component {
merchants={merchantMarkers}
ambassadorsLayer={false}
merchantsLayer={true}
tellersLayer={false}
mapHeight={'600px'}
showControls={this.state.mapsModalIsOpen}
/>