From 2a1d8e13c86b7318321ba43814fc174de4f2e2bb Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Sat, 7 Mar 2026 17:28:52 +0100 Subject: [PATCH] Run prettier --- front/src/AppNavBar.vue | 11 +++++++++-- front/src/BookForm.vue | 6 ++++-- front/src/ScanBook.vue | 40 +++++++++++++++++++--------------------- 3 files changed, 32 insertions(+), 25 deletions(-) diff --git a/front/src/AppNavBar.vue b/front/src/AppNavBar.vue index 4f216a7..85882ce 100644 --- a/front/src/AppNavBar.vue +++ b/front/src/AppNavBar.vue @@ -13,7 +13,7 @@ const router = useRouter() const isMenuActive = ref(false) const isSearchBarShown = ref(false) -const appVersion = import.meta.env.VITE_APP_VERSION; +const appVersion = import.meta.env.VITE_APP_VERSION function logout() { authStore.logout() @@ -47,7 +47,14 @@ onMounted(() => {