diff --git a/src/main/webapp/src/components/dialogs/personne/PersonneDialogInfo.vue b/src/main/webapp/src/components/dialogs/personne/PersonneDialogInfo.vue index 42f26841..4e6e69ad 100644 --- a/src/main/webapp/src/components/dialogs/personne/PersonneDialogInfo.vue +++ b/src/main/webapp/src/components/dialogs/personne/PersonneDialogInfo.vue @@ -9,7 +9,7 @@ import { CategoriePersonne } from '@/types/enums/CategoriePersonne.ts'; import { PersonneDialogState } from '@/types/enums/PersonneDialogState.ts'; import { Tabs } from '@/types/enums/Tabs.ts'; import type { Personne } from '@/types/personneType.ts'; -import { getCategoriePersonne, getEtat } from '@/utils/accountUtils.ts'; +import { getCategoriePersonne, getEtat, getIcon } from '@/utils/accountUtils.ts'; import { useSessionStorage } from '@vueuse/core'; import { format, getYear, parseISO } from 'date-fns'; import { storeToRefs } from 'pinia'; @@ -120,7 +120,12 @@ const isInfo2 = useSessionStorage(`${__APP_SLUG__}.is-info2`, true); - + +
+ +
{{ t('source.' + personne.source) }}
+
+