diff --git a/src/components/Score.vue b/src/components/Score.vue index b6ef393..d866cc7 100644 --- a/src/components/Score.vue +++ b/src/components/Score.vue @@ -88,8 +88,10 @@ function getResultsFromScore(score) { effets: translation.length > 0 ? translation[0].effets : "", facteur: translation.length > 0 ? translation[0].facteur : "", pde: translation.length > 0 ? translation[0].pde : "", + title: translation.length > 0 ? translation[0].title : "", }; - }); + }) + .reverse(); } const results = ref(getResultsFromScore(score)); const result = computed(() => @@ -185,14 +187,14 @@ async function share() {