Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue

Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
Wolfgang Huß 2019-09-23 13:44:35 +02:00
parent 597ec9d109
commit 72011fbe27

View File

@ -5,7 +5,7 @@
@click.prevent="updateNotifications"
>
<ds-button class="notifications-menu" disabled icon="bell">
{{ unredNotifications }}
{{ unreadNotifications }}
</ds-button>
</div>
<dropdown v-else class="notifications-menu" :placement="placement">