Skip to content

Commit

Permalink
Show stepper only if weapon cannot be dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Jan 25, 2024
1 parent 9286353 commit 69f6fd5
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ async function sendLogsIdentificationDummy () {
<template>
<div class="mt-5 fr-container">
<div class="result fr-col-11 fr-col-lg-6 mx-auto">
<div class="">
<StepsGuide
class="!fr-container steps-guide"
:steps="steps"
:current-step="currentStep"
/>
<RouterView />
</div>
<StepsGuide
v-if="resultTree[typology]?.isDummyTypology"
class="!fr-container steps-guide"
:steps="steps"
:current-step="currentStep"
/>
<RouterView />
</div>
</div>
<div
Expand Down

0 comments on commit 69f6fd5

Please sign in to comment.