Skip to content

Commit

Permalink
Revert "feat: ✨ add expert contact path for police and gendarmerie"
Browse files Browse the repository at this point in the history
This reverts commit 518ae81.
  • Loading branch information
thomashbrnrd committed Jan 23, 2024
1 parent 1ecd50f commit 69a4289
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { resultTree } from '@/utils/firearms-utils/index'
import { DsfrButton } from '@gouvminint/vue-dsfr'
const resultStore = useResultStore()
const router = useRouter()
const typology = computed(() => resultStore.typology)
Expand All @@ -16,8 +15,6 @@ const keyWords = ['Mobile', 'Mozilla', 'Crosscall']
const foundAllKeyWords = keyWords.every(keyWord => {
return userAgent.includes(keyWord)
})
const bypassCrosscall = true
</script>

<template>
Expand All @@ -43,10 +40,7 @@ const bypassCrosscall = true
class="img-deco"
>
</div>
<div
v-if="foundAllKeyWords ||
bypassCrosscall"
>
<div v-if="foundAllKeyWords">
<ContactExpert />
</div>
</div>
Expand Down

0 comments on commit 69a4289

Please sign in to comment.