change of masquer message, removal double import

This commit is contained in:
2021-12-10 11:47:01 +01:00
parent f26863487b
commit d40b0e88ed
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
data-bs-toggle="collapse"
aria-expanded="true"
@click="toggleSelect">
Masquer résultats et orientations disponibles
Masquer
</button>
<button v-else
@@ -33,7 +33,7 @@
data-bs-toggle="collapse"
aria-expanded="false"
@click="toggleSelect">
Afficher résultats et orientations disponibles
Résultats et orientations disponibles
</button>
</h2>