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) {