From 1f9c7a4b67619a5cb605e86857ee5393c9af182d Mon Sep 17 00:00:00 2001 From: rahulramesha <71900764+rahulramesha@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:34:03 +0530 Subject: [PATCH] fix issue reactions in space app (#5222) --- space/core/store/issue-detail.store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, ] );