fix issue reactions in space app (#5222)
This commit is contained in:
parent
d1828c9496
commit
1f9c7a4b67
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue