From 39865e8299065fa093f27e2d86792eab3212dd9b Mon Sep 17 00:00:00 2001 From: Markus Huggler Date: Fri, 23 Dec 2022 11:19:04 +0100 Subject: [PATCH] feat: adds displayName to matrix view --- .../src/app/followings-matrix/matrix/matrix.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mastolists/src/app/followings-matrix/matrix/matrix.component.html b/projects/mastolists/src/app/followings-matrix/matrix/matrix.component.html index f47318a..dbeef49 100644 --- a/projects/mastolists/src/app/followings-matrix/matrix/matrix.component.html +++ b/projects/mastolists/src/app/followings-matrix/matrix/matrix.component.html @@ -35,7 +35,7 @@ nbPopoverTrigger="hover" nbPopoverPlacement="bottom" > - @{{account.username}} + {{account.displayName}} (@{{account.username}})