This commit is contained in:
Hayden 2022-09-02 09:46:20 -08:00
parent 8ece3bd7bf
commit 11dcff450c
15 changed files with 536 additions and 22 deletions

View file

@ -10,7 +10,7 @@
const api = useUserApi();
const toast = useNotifier();
const preferences = useLocationViewPreferences();
const preferences = useViewPreferences();
const locationId = computed<string>(() => route.params.id as string);