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),