Skip to content

Commit

Permalink
CW-2196 Fixed PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pvm-code committed Nov 15, 2023
1 parent a8a6ec3 commit 6108e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/OldCommon/store/saga.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ export function* loadDiscussionDetail(
...(checkIsUserDiscussionMessage(parentMessage) && {
ownerId: parentMessage.ownerId,
}),
createdAt: parentMessage.createdAt,
}
: null;
return newDiscussionMessage;
Expand Down Expand Up @@ -472,6 +473,7 @@ export function* loadProposalDetail(
...(checkIsUserDiscussionMessage(parentMessage) && {
ownerId: parentMessage.ownerId,
}),
createdAt: parentMessage.createdAt,
}
: null;
return newDiscussionMessage;
Expand Down

0 comments on commit 6108e12

Please sign in to comment.