From ce78f1f6f04e196aa24ebb6737b3368424509ce3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Oct 2019 09:45:38 +0200 Subject: [PATCH] More robust new instance follower notification --- client/src/app/shared/users/user-notifications.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/shared/users/user-notifications.component.html b/client/src/app/shared/users/user-notifications.component.html index a0f8e6df5..184befbde 100644 --- a/client/src/app/shared/users/user-notifications.component.html +++ b/client/src/app/shared/users/user-notifications.component.html @@ -107,8 +107,8 @@
- Your instance has a new follower ({{ notification.actorFollow.follower.host }}) - awaiting your approval + Your instance has a new follower ({{ notification.actorFollow?.follower.host }}) + awaiting your approval
-- 2.41.0