Skip to content

Commit 2c834fe

Browse files
committed
fix missing report name in Reports > Chats page
1 parent a2bce5b commit 2c834fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libs/ReportUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ type ParticipantDetails = [number, string, AvatarSource, AvatarSource];
271271
type OptimisticAddCommentReportAction = Pick<
272272
ReportAction<typeof CONST.REPORT.ACTIONS.TYPE.ADD_COMMENT>,
273273
| 'reportActionID'
274+
| 'reportID'
274275
| 'actionName'
275276
| 'actorAccountID'
276277
| 'person'
@@ -5646,6 +5647,7 @@ function buildOptimisticAddCommentReportAction(
56465647
commentText,
56475648
reportAction: {
56485649
reportActionID,
5650+
reportID,
56495651
actionName: CONST.REPORT.ACTIONS.TYPE.ADD_COMMENT,
56505652
actorAccountID: accountID,
56515653
person: [

0 commit comments

Comments
 (0)