From e0345ad750989bfa1f081190eaff98b8a0de49e7 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 3 Apr 2018 17:27:30 -0700 Subject: [PATCH] fix typo --- routes/_components/profile/AccountProfileFollow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) } } },