diff --git a/src/components/ui/VnNotes.vue b/src/components/ui/VnNotes.vue index bcbf0945e..bb8ac3dba 100644 --- a/src/components/ui/VnNotes.vue +++ b/src/components/ui/VnNotes.vue @@ -28,7 +28,6 @@ const $props = defineProps({ const { t } = useI18n(); const state = useState(); const quasar = useQuasar(); -const currentUser = ref(state.getUser()); const newNote = reactive({ text: null, observationTypeFk: null }); const observationTypes = ref([]); const vnPaginateRef = ref(); diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue index 4fa7b9bdc..730a3bf7c 100644 --- a/src/pages/Customer/Card/CustomerSummary.vue +++ b/src/pages/Customer/Card/CustomerSummary.vue @@ -1,12 +1,11 @@