diff options
Diffstat (limited to 'src/components/update_notification/update_notification.vue')
| -rw-r--r-- | src/components/update_notification/update_notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/update_notification/update_notification.vue b/src/components/update_notification/update_notification.vue index 793966eb..07e91ec9 100644 --- a/src/components/update_notification/update_notification.vue +++ b/src/components/update_notification/update_notification.vue @@ -40,7 +40,7 @@ </button> <button class="button-default" - @click.prevent="toggleShowMore" + @click.prevent="toggleShow" v-if="!showingMore" > {{ $t("general.show_more") }} |
