remove useless comments

This commit is contained in:
isUnknown 2025-06-05 18:47:50 +02:00
parent 0c5c10791e
commit 349dc2d787

View file

@ -21,7 +21,6 @@
<p v-if="isCompareModeEnabled && Array.isArray(currentValue)">
{{ currentValue.length }} selected
</p>
<!-- Sinon, simple select : afficher le titre s'il y a une sélection -->
<p v-else-if="currentValue && !Array.isArray(currentValue)">
{{ currentValue.title }}
</p>