other fixes

This commit is contained in:
Hayden 2022-12-31 15:40:31 -09:00
parent b5b65af6b4
commit 25e01d9606
No known key found for this signature in database
GPG key ID: 17CF79474E257545
5 changed files with 66 additions and 33 deletions

View file

@ -102,6 +102,9 @@
const username = computed(() => authStore.self?.name || "User");
// Preload currency format
useFormatCurrency();
const modals = reactive({
item: false,
location: false,