We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ebea commit 02f3542Copy full SHA for 02f3542
1 file changed
src/pages/iou/request/step/IOURequestStepParticipants.tsx
@@ -397,17 +397,19 @@ function IOURequestStepParticipants({
397
participants,
398
iouType,
399
initialTransaction,
400
+ selfDMReportID,
401
initialTransactionID,
402
reportID,
403
waitForKeyboardDismiss,
404
draftTransactions,
405
isMovingTransactionFromTrackExpense,
406
allPolicies,
407
policyForMovingExpenses,
408
+ currentUserPersonalDetails.email,
409
+ currentUserPersonalDetails.accountID,
410
introSelected,
- backTo,
- selfDMReportID,
411
translate,
412
+ backTo,
413
],
414
);
415
0 commit comments