Added spaces to notification details.

This commit is contained in:
DebaucheryLibrarian 2024-05-27 03:08:45 +02:00
parent 822f29c254
commit bee86f6938
1 changed files with 2 additions and 2 deletions

View File

@ -151,12 +151,12 @@
<span
v-if="notif.matchedActors.length > 0"
class="notif-actors"
>with {{ notif.matchedActors.map((actor) => actor.name).join(', ') }}</span>
>with {{ notif.matchedActors.map((actor) => actor.name).join(', ') }}&nbsp;</span>
<span
v-if="notif.matchedEntity"
class="notif-entities"
>for {{ notif.matchedEntity.name }}</span>
>for {{ notif.matchedEntity.name }}&nbsp;</span>
<span
v-if="notif.matchedExpressions.length > 0"