Skip to content

Commit

Permalink
fix issue reactions in space app (#5222)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulramesha authored Jul 24, 2024
1 parent d1828c9 commit 1f9c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space/core/store/issue-detail.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]
);
Expand Down

0 comments on commit 1f9c7a4

Please sign in to comment.