diff --git a/routes/_components/profile/AccountProfileFollow.html b/routes/_components/profile/AccountProfileFollow.html index b4404207..f1529db1 100644 --- a/routes/_components/profile/AccountProfileFollow.html +++ b/routes/_components/profile/AccountProfileFollow.html @@ -36,7 +36,7 @@ let newFollowingValue = !(following || followRequested) await setAccountFollowed(accountId, newFollowingValue) if (!account.locked) { // be optimistic, show the user that it succeeded - this.set({overrideFollowing: newFollowingValue) + this.set({overrideFollowing: newFollowingValue}) } } },