Skip to content

Commit 65bb6d0

Browse files
committed
Merge branch 'feature/add-contributors'
2 parents 44c0d2e + a3ffb14 commit 65bb6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Datamaps.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default {
133133
},
134134
computed: {
135135
regions () {
136-
return this.awsRegionsConfig.region || regions
136+
return (this.awsRegionsConfig && this.awsRegionsConfig.region) || regions
137137
},
138138
isPopupOn () {
139139
return (this.geograpphyConfigOptions.popupOnHover || this.bubblesConfigOptions.popupOnHover) && (this.showHoverInfo || this.showHoverBubbleInfo || this.showHoverArcInfo || this.showHoverRegionInfo)

0 commit comments

Comments
 (0)