- entra in Circuito Italia subito, senza aspettare conferma...

This commit is contained in:
Surya Paolo
2025-07-21 19:44:24 +02:00
parent 6779b0ea25
commit 31161b6a32
2 changed files with 11 additions and 5 deletions

View File

@@ -134,7 +134,7 @@
</div>
<div
v-else-if="
step === STEP_CIRCUIT || step === STEP_CIRCUIT_ITALIA
step === STEP_CIRCUIT
"
class=""
>
@@ -159,8 +159,13 @@
:username="contact.username"
>
</CMyCircuit>
</div>
<div
v-else-if="
step === STEP_CIRCUIT_ITALIA
"
>
<CMyCircuit
v-if="step === STEP_CIRCUIT_ITALIA"
:mycircuit="circuititalia"
:visu="costanti.ENTER_TO_THE_CIRCUIT"
:username="contact.username"