1
0
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:
Noa Himesaka 2023-11-14 19:45:14 +09:00
parent 16be89be2b
commit ae8857a8ff

View File

@ -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