- Il circuito viene creato in automatico, quando scegli una provincia.
This commit is contained in:
@@ -773,8 +773,8 @@
|
||||
</div>
|
||||
<div class="col-12 text-h7">
|
||||
<span
|
||||
v-if="checkifShow('descr') && showrules"
|
||||
v-html="circuit.regulation"
|
||||
v-if="checkifShow('descr') && showrules && circuit"
|
||||
v-html="getRegulation(circuit.regulation)"
|
||||
></span>
|
||||
</div>
|
||||
</q-card-section>
|
||||
@@ -1029,7 +1029,7 @@
|
||||
</div>
|
||||
<q-btn label="vedi Regolamento" @click="showrules = !showrules">
|
||||
</q-btn>
|
||||
<div v-if="showrules" v-html="circuit.regulation"></div>
|
||||
<div v-if="showrules && circuit" v-html="getRegulation(circuit.regulation)"></div>
|
||||
</q-card-section>
|
||||
<q-card-actions align="center">
|
||||
<q-btn
|
||||
|
||||
Reference in New Issue
Block a user