Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 760371a..02cbee9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,7 +30,7 @@
:object-type="n.object_type"
@remove="onRemove" />
</transition-group>
- <li v-if="notifications.length > 2">
+ <li v-if="notifications.length > 0">
<div class="dismiss-all" @click="onDismissAll">
<span class="icon icon-close svg" :title="t('notifications', 'Dismiss all notifications')" /> {{ t('notifications', 'Dismiss all notifications') }}
</div>