diff --git a/components/PoisList/PoisTable.vue b/components/PoisList/PoisTable.vue index b4c582795..ac3460826 100644 --- a/components/PoisList/PoisTable.vue +++ b/components/PoisList/PoisTable.vue @@ -24,6 +24,7 @@ const props = defineProps<{ category: ApiMenuCategory }>() +const device = useDevice() const { routeToString, addressToString } = useField() const { t, locale } = useI18n() const siteStore = useSiteStore() @@ -157,31 +158,6 @@ function getContext(key: string) {