Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 2, 2024
1 parent 041157d commit 7d01e41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion webclient/app/components/DetailsInteractiveMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const props = defineProps<{ data: DetailsResponse }>();
const map = ref<Map | undefined>(undefined);
const marker = ref<Marker | undefined>(undefined);
const floorControl = ref<FloorControl>(new FloorControl());
const { t } = useI18n({ useScope: "local" });
const runtimeConfig = useRuntimeConfig();
const initialLoaded = ref(false);
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nuxtjs/color-mode": "3.4.2",
"@vueuse/core": "10.11.0",
"@vueuse/nuxt": "10.11.0",
"@vueuse/router": "^10.11.0",
"@vueuse/router": "10.11.0",
"map-gl-indoor": "0.5.0",
"maplibre-gl": "4.5.1",
"nightwind": "1.1.13",
Expand Down
2 changes: 1 addition & 1 deletion webclient/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d01e41

Please sign in to comment.