Fix linting

This commit is contained in:
Wolfgang Huß 2023-03-14 14:25:15 +01:00
parent aa161115e7
commit 3f4f65121a

View File

@ -67,7 +67,9 @@
}"
@click.native="markNotificationAsRead(notification.from.id)"
>
<b>{{ notification.from.title || notification.from.post.title | truncate(50) }}</b>
<b>
{{ notification.from.title || notification.from.post.title | truncate(50) }}
</b>
</nuxt-link>
</base-card>
</ds-flex-item>