Fixed an issue with following state update

This commit is contained in:
Grzegorz Leoniec 2019-03-05 13:47:33 +01:00
parent e20d3fb214
commit 33ef91ee08
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -108,7 +108,7 @@
<hc-follow-button <hc-follow-button
:follow-id="author.id" :follow-id="author.id"
:is-followed="author.followedByCurrentUser" :is-followed="author.followedByCurrentUser"
@update="following => post.author.followedByCurrentUser = following" @update="following => author.followedByCurrentUser = following"
/> />
</ds-flex-item> </ds-flex-item>
<ds-flex-item :width="{base: 1}"> <ds-flex-item :width="{base: 1}">