summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-21 08:21:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-21 08:21:26 +0900
commit699a55ea08a98520c29ee7c11470923dcb102f22 (patch)
treee99e35c6bc13fc2e0ea9123ceb19e8fd78016d38
parentRefactore (diff)
downloadsharkey-699a55ea08a98520c29ee7c11470923dcb102f22.tar.gz
sharkey-699a55ea08a98520c29ee7c11470923dcb102f22.tar.bz2
sharkey-699a55ea08a98520c29ee7c11470923dcb102f22.zip
Fix
-rw-r--r--src/client/app/common/views/deck/deck.notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/deck/deck.notifications.vue b/src/client/app/common/views/deck/deck.notifications.vue
index e8b28b389e..40411e07c3 100644
--- a/src/client/app/common/views/deck/deck.notifications.vue
+++ b/src/client/app/common/views/deck/deck.notifications.vue
@@ -16,7 +16,7 @@
</p>
</template>
</component>
- <button class="more" :class="{ fetching: moreFetching }" v-if="more" @click="fetchMoreNotifications" :disabled="moreFetching">
+ <button class="more" :class="{ fetching: moreFetching }" v-if="more" @click="fetchMore" :disabled="moreFetching">
<template v-if="moreFetching"><fa icon="spinner" pulse fixed-width/></template>{{ moreFetching ? this.$t('@.loading') : this.$t('@.load-more') }}
</button>
<p class="empty" v-if="empty">{{ $t('empty') }}</p>