diff --git a/frontend/src/components/ResultPage.vue b/frontend/src/components/ResultPage.vue index 1f6a218fd..e6e331dbd 100644 --- a/frontend/src/components/ResultPage.vue +++ b/frontend/src/components/ResultPage.vue @@ -20,7 +20,7 @@ const img = computed(() => resultStore.img) const typology = TYPOLOGIES[resultStore.typology] const isDummy = computed(() => stepsStore.isDummy) -const isDummyTypology = computed(() => typology?.isDummyTypology === true) +const hasGuideFactice = typology?.guideFactice !== undefined const isCardDetected = computed(() => resultStore.gunLength !== null && resultStore.gunBarrelLength !== null) const isUp = ref(false) @@ -75,7 +75,7 @@ function sendFeedback (isCorrect: boolean) {

Typologie de l'arme @@ -144,7 +144,7 @@ function sendFeedback (isCorrect: boolean) { > {{ label }}

-