From 03ecce52af57d030c5d88a11c905acb7e4d7336b Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 29 Sep 2019 08:00:29 +0100 Subject: [PATCH] Fix typo --- src/views/Map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Map.vue b/src/views/Map.vue index aba3907..3612427 100644 --- a/src/views/Map.vue +++ b/src/views/Map.vue @@ -188,7 +188,7 @@ export default { fitView() { if ( (this.map.layers.line || - this.map.layers.loints || + this.map.layers.points || this.map.layers.heatmap) && this.locationHistoryLatLngs.length > 0 ) {