From 866f73e9d3b790cc8a15544053583f8782ec20a4 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Mon, 24 May 2021 19:20:02 +0100 Subject: [PATCH] Cleanup --- src/components/map/MapContextMenu.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/map/MapContextMenu.vue b/src/components/map/MapContextMenu.vue index 76c54e6..248820f 100644 --- a/src/components/map/MapContextMenu.vue +++ b/src/components/map/MapContextMenu.vue @@ -42,7 +42,6 @@ export default defineComponent({ messageCenterHere = computed(() => store.state.messages.contextMenuCenterHere), menuElement = ref(null), - locationButton = ref(null), menuVisible = computed(() => !!event.value), currentProjection = computed(() => store.state.currentProjection),