Use new apiKey

This commit is contained in:
Michael Diego 2018-05-10 16:24:24 -03:00
parent cc4eadb883
commit 7de6933b57
5 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ export const gMap = (
) => (
<GoogleMapReact
bootstrapURLKeys={{
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
}}
style={style}
options={options}

View File

@ -34,7 +34,7 @@ export const gMapHeatmap = (
) => (
<GoogleMapReact
bootstrapURLKeys={{
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
}}
style={style}
options={options}

View File

@ -34,7 +34,7 @@ export const gMap = (
) => (
<GoogleMapReact
bootstrapURLKeys={{
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
}}
style={style}
options={options}

View File

@ -40,7 +40,7 @@ export const gMap = (
) => (
<GoogleMapReact
bootstrapURLKeys={{
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
}}
style={style}
options={options}

View File

@ -35,7 +35,7 @@ export const gMapResizable = (
) => (
<GoogleMapReact
bootstrapURLKeys={{
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
}}
style={style}
options={options}