From d15531fb3567f2f27229d3086ffd48069ca73315 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 14 Apr 2023 09:42:50 +0200 Subject: Fix follow links --- client/src/app/+about/about-follows/about-follows.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/+about/about-follows/about-follows.component.html') diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index fd4109416..37571dfa4 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html @@ -6,8 +6,8 @@
{{ instanceName }} does not have followers.
- - {{ follower }} + + {{ follower.name }} @@ -18,8 +18,8 @@
{{ instanceName }} does not have subscriptions.
- - {{ following }} + + {{ following.name }} -- cgit v1.2.3