mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
Fix linting
This commit is contained in:
parent
593b81c501
commit
54f2160780
@ -25,7 +25,12 @@
|
||||
</nuxt-link>
|
||||
</ds-flex-item>
|
||||
<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') }}
|
||||
</ds-button>
|
||||
</ds-flex-item>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user