Actor's alias displays as [ object ] #36

Closed
opened 2021-02-11 21:14:16 +00:00 by Ghost · 1 comment

THe alias is an array of objects, so it needs to be converted to an array of strings and then to a string.

<span>{{ actor.aliases.map((a) => a.name ).join(', ') }}</span>
THe alias is an array of objects, so it needs to be converted to an array of strings and then to a string. ``` <span>{{ actor.aliases.map((a) => a.name ).join(', ') }}</span> ```
https://gitea.unknown.name/pendulum/traxxx/commit/fbbbd99d3d555d68294484287ac75558f551a101
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: DebaucheryLibrarian/traxxx#36
No description provided.