mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed an issue with following state update
This commit is contained in:
parent
e20d3fb214
commit
33ef91ee08
@ -108,7 +108,7 @@
|
||||
<hc-follow-button
|
||||
:follow-id="author.id"
|
||||
:is-followed="author.followedByCurrentUser"
|
||||
@update="following => post.author.followedByCurrentUser = following"
|
||||
@update="following => author.followedByCurrentUser = following"
|
||||
/>
|
||||
</ds-flex-item>
|
||||
<ds-flex-item :width="{base: 1}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user