Skip to content

Commit 590e09d

Browse files
committed
Fix displaying avatar when transaction is undeleted in offline mode
1 parent 34f8fc8 commit 590e09d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/actions/Transaction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,7 @@ function changeTransactionsReport({
10471047
actionName: oldIOUAction?.actionName ?? CONST.REPORT.ACTIONS.TYPE.IOU,
10481048
created: oldIOUAction?.created ?? DateUtils.getDBTime(),
10491049
...(!oldIOUAction && {
1050+
actorAccountID: accountID,
10501051
message: getIOUReportActionMessage(reportID, actionType, Math.abs(transaction.amount), transaction.comment?.comment ?? '', transaction.currency),
10511052
}),
10521053
};

0 commit comments

Comments
 (0)