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>
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
THe alias is an array of objects, so it needs to be converted to an array of strings and then to a string.
fbbbd99d3d