forked from cybrespace/pinafore
fix typo
This commit is contained in:
parent
48dc087e58
commit
e0345ad750
|
@ -36,7 +36,7 @@
|
||||||
let newFollowingValue = !(following || followRequested)
|
let newFollowingValue = !(following || followRequested)
|
||||||
await setAccountFollowed(accountId, newFollowingValue)
|
await setAccountFollowed(accountId, newFollowingValue)
|
||||||
if (!account.locked) { // be optimistic, show the user that it succeeded
|
if (!account.locked) { // be optimistic, show the user that it succeeded
|
||||||
this.set({overrideFollowing: newFollowingValue)
|
this.set({overrideFollowing: newFollowingValue})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue