Add tellers to /ambs and /merchants
This commit is contained in:
parent
12c2368552
commit
39da625d83
2 changed files with 2 additions and 0 deletions
|
@ -425,6 +425,7 @@ class AmbassadorsPage extends Component {
|
|||
merchants={merchantMarkers}
|
||||
ambassadorsLayer={true}
|
||||
merchantsLayer={false}
|
||||
tellersLayer={false}
|
||||
mapHeight={'600px'}
|
||||
ambsMap={true}
|
||||
showControls={this.state.mapsModalIsOpen}
|
||||
|
|
|
@ -508,6 +508,7 @@ class MerchantsPage extends Component {
|
|||
merchants={merchantMarkers}
|
||||
ambassadorsLayer={false}
|
||||
merchantsLayer={true}
|
||||
tellersLayer={false}
|
||||
mapHeight={'600px'}
|
||||
showControls={this.state.mapsModalIsOpen}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue