Fix linting

This commit is contained in:
Wolfgang Huß 2023-03-20 15:03:24 +01:00
parent 593b81c501
commit 54f2160780

View File

@ -25,7 +25,12 @@
</nuxt-link> </nuxt-link>
</ds-flex-item> </ds-flex-item>
<ds-flex-item :width="{ base: 'auto' }" centered> <ds-flex-item :width="{ base: 'auto' }" centered>
<ds-button ghost primary @click="markAllAsRead(closeMenu)" data-test="markAllAsRead-button"> <ds-button
ghost
primary
@click="markAllAsRead(closeMenu)"
data-test="markAllAsRead-button"
>
{{ $t('notifications.markAllAsRead') }} {{ $t('notifications.markAllAsRead') }}
</ds-button> </ds-button>
</ds-flex-item> </ds-flex-item>