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 <span
v-if="notif.matchedActors.length > 0" v-if="notif.matchedActors.length > 0"
class="notif-actors" class="notif-actors"
>with {{ notif.matchedActors.map((actor) => actor.name).join(', ') }}</span> >with {{ notif.matchedActors.map((actor) => actor.name).join(', ') }}&nbsp;</span>
<span <span
v-if="notif.matchedEntity" v-if="notif.matchedEntity"
class="notif-entities" class="notif-entities"
>for {{ notif.matchedEntity.name }}</span> >for {{ notif.matchedEntity.name }}&nbsp;</span>
<span <span
v-if="notif.matchedExpressions.length > 0" v-if="notif.matchedExpressions.length > 0"