From d24c326b01cf04d4854ae1bf76f9a7f2eef44501 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 24 Aug 2018 18:13:41 +0200 Subject: [PATCH] Fix a bug in automatic refetch of reports after a given distance --- src/components/Map.vue | 1 + src/store/actions.js | 5 +++++ src/store/mutations-types.js | 1 + src/store/mutations.js | 14 ++++++++++++++ src/views/Map.vue | 14 ++++++++++---- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/src/components/Map.vue b/src/components/Map.vue index 21f7017..12167bd 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -23,6 +23,7 @@