feat: adds displayName to matrix view

This commit is contained in:
2022-12-23 11:19:04 +01:00
parent 21ee9f2a3b
commit 39865e8299

View File

@@ -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">