mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-27 15:09:13 +00:00
Fix linting
This commit is contained in:
parent
593b81c501
commit
54f2160780
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user