fix typo
This commit is contained in:
parent
48dc087e58
commit
e0345ad750
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue