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}
|
merchants={merchantMarkers}
|
||||||
ambassadorsLayer={true}
|
ambassadorsLayer={true}
|
||||||
merchantsLayer={false}
|
merchantsLayer={false}
|
||||||
|
tellersLayer={false}
|
||||||
mapHeight={'600px'}
|
mapHeight={'600px'}
|
||||||
ambsMap={true}
|
ambsMap={true}
|
||||||
showControls={this.state.mapsModalIsOpen}
|
showControls={this.state.mapsModalIsOpen}
|
||||||
|
|
|
@ -508,6 +508,7 @@ class MerchantsPage extends Component {
|
||||||
merchants={merchantMarkers}
|
merchants={merchantMarkers}
|
||||||
ambassadorsLayer={false}
|
ambassadorsLayer={false}
|
||||||
merchantsLayer={true}
|
merchantsLayer={true}
|
||||||
|
tellersLayer={false}
|
||||||
mapHeight={'600px'}
|
mapHeight={'600px'}
|
||||||
showControls={this.state.mapsModalIsOpen}
|
showControls={this.state.mapsModalIsOpen}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue