Skip to content

Commit 02f3542

Browse files
committed
add dependency list
1 parent f39ebea commit 02f3542

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/pages/iou/request/step/IOURequestStepParticipants.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,17 +397,19 @@ function IOURequestStepParticipants({
397397
participants,
398398
iouType,
399399
initialTransaction,
400+
selfDMReportID,
400401
initialTransactionID,
401402
reportID,
402403
waitForKeyboardDismiss,
403404
draftTransactions,
404405
isMovingTransactionFromTrackExpense,
405406
allPolicies,
406407
policyForMovingExpenses,
408+
currentUserPersonalDetails.email,
409+
currentUserPersonalDetails.accountID,
407410
introSelected,
408-
backTo,
409-
selfDMReportID,
410411
translate,
412+
backTo,
411413
],
412414
);
413415

0 commit comments

Comments
 (0)