Skip to content

Commit

Permalink
fix: 🐛 show message for all user other than proxyma in expert contact
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Sep 3, 2024
1 parent 9ca0aae commit 00a3d09
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions frontend/src/views/GuideContactExpert/ExpertSituation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,15 @@ const currentPhone = computed(() => {
<div class="text-center mt-5 p-3">
<h1>
<VIcon name="ri-arrow-right-line" scale="1.7" />
<span v-if="user.profile.idp === 'proxyma'"
>Contacter un expert de l'IRCGN</span
>
<span v-if="user.profile.idp === 'Cheops'"
>Contacter un expert en arme</span
>
<span v-if="user.profile.idp === 'proxyma'">
Contacter un expert de l'IRCGN
</span>
<span v-else>Contacter un expert en arme</span>
</h1>
<div v-if="user.profile.idp === 'proxyma'">
<p>Sélectionnez votre situation actuelle :</p>
</div>
<div v-if="user.profile.idp === 'Cheops'">
<div v-else>
<DsfrAlert type="error" title="Avertissement">
Basegun ne fournit pas de
<span class="font-bold"
Expand Down

0 comments on commit 00a3d09

Please sign in to comment.