diff --git a/src/components/Container/AdvancedSearchReviewerContainer.vue b/src/components/Container/AdvancedSearchReviewerContainer.vue index 97c99768c..cc1e17d60 100644 --- a/src/components/Container/AdvancedSearchReviewerContainer.vue +++ b/src/components/Container/AdvancedSearchReviewerContainer.vue @@ -5,41 +5,44 @@
  1. {{ author }} - - + {{ ' - ' }} {{ affiliations }}
+ class="show_authors_action" + v-if="!showAllAuthors" + @click="toggleShowAllAuthors" + > {{ `${labels.showAll} ${authorCount} ${labels.authorsLabel}` }} {{ labels.showLess }}
- +