mirror of
https://github.com/funamitech/mastodon
synced 2025-01-23 18:23:32 +09:00
fix reactions displayed twice, also for vanilla
This commit is contained in:
parent
16be89be2b
commit
ae8857a8ff
@ -315,14 +315,6 @@ class DetailedStatus extends ImmutablePureComponent {
|
|||||||
|
|
||||||
{media}
|
{media}
|
||||||
|
|
||||||
<StatusReactions
|
|
||||||
statusId={status.get('id')}
|
|
||||||
reactions={status.get('reactions')}
|
|
||||||
addReaction={this.props.onReactionAdd}
|
|
||||||
removeReaction={this.props.onReactionRemove}
|
|
||||||
canReact={this.context.identity.signedIn}
|
|
||||||
/>
|
|
||||||
|
|
||||||
{expanded && hashtagBar}
|
{expanded && hashtagBar}
|
||||||
|
|
||||||
<StatusReactions
|
<StatusReactions
|
||||||
|
Loading…
Reference in New Issue
Block a user