From dc091f1360dd9bca654b84c47eba395d254fc0b3 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 25 Aug 2018 22:03:26 -0700 Subject: [PATCH] fix requested view for follow requests (#489) --- routes/_components/profile/AccountProfileFollow.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/_components/profile/AccountProfileFollow.html b/routes/_components/profile/AccountProfileFollow.html index 9d3aa860..da28f9c7 100644 --- a/routes/_components/profile/AccountProfileFollow.html +++ b/routes/_components/profile/AccountProfileFollow.html @@ -65,8 +65,8 @@ return relationship && relationship.following }, blocking: ({ relationship }) => relationship && relationship.blocking, - followRequested: ({ relationship, account }) => { - return relationship && relationship.requested && account && account.locked + followRequested: ({ relationship }) => { + return relationship && relationship.requested }, followLabel: ({ blocking, following, followRequested }) => { if (blocking) {