mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix issue reactions in space app (#5222)
This commit is contained in:
@@ -306,7 +306,7 @@ export class IssueDetailStore implements IIssueDetailStore {
|
||||
...this.details[issueID].reaction_items,
|
||||
{
|
||||
reaction: reactionHex,
|
||||
actor_detail: this.rootStore.user.currentActor,
|
||||
actor_details: this.rootStore.user.currentActor,
|
||||
},
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user