diff --git a/space/core/store/issue-detail.store.ts b/space/core/store/issue-detail.store.ts index aa106b98a..8b4710b17 100644 --- a/space/core/store/issue-detail.store.ts +++ b/space/core/store/issue-detail.store.ts @@ -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, }, ] );