Added spaces to notification details.
This commit is contained in:
parent
822f29c254
commit
bee86f6938
|
@ -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(', ') }} </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 }} </span>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
v-if="notif.matchedExpressions.length > 0"
|
v-if="notif.matchedExpressions.length > 0"
|
||||||
|
|
Loading…
Reference in New Issue