feat: adds displayName to matrix view
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
nbPopoverTrigger="hover"
|
nbPopoverTrigger="hover"
|
||||||
nbPopoverPlacement="bottom"
|
nbPopoverPlacement="bottom"
|
||||||
>
|
>
|
||||||
@{{account.username}}
|
{{account.displayName}} (@{{account.username}})
|
||||||
</span>
|
</span>
|
||||||
</th>
|
</th>
|
||||||
<td *ngFor="let list of lists$ | async">
|
<td *ngFor="let list of lists$ | async">
|
||||||
|
|||||||
Reference in New Issue
Block a user