File tree Expand file tree Collapse file tree
ReportActionItem/MoneyRequestReportPreview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -505,8 +505,8 @@ function MoneyReportHeader({
505505 chatReport,
506506 invoiceReport : moneyRequestReport ,
507507 introSelected,
508- currentUserAccountID : accountID ,
509- currentUserEmail : email ?? '' ,
508+ currentUserAccountIDParam : accountID ,
509+ currentUserEmailParam : email ?? '' ,
510510 payAsBusiness,
511511 existingB2BInvoiceReport,
512512 methodID,
Original file line number Diff line number Diff line change @@ -255,8 +255,8 @@ function MoneyRequestReportPreviewContent({
255255 chatReport,
256256 invoiceReport : iouReport ,
257257 introSelected,
258- currentUserAccountID,
259- currentUserEmail,
258+ currentUserAccountIDParam : currentUserAccountID ,
259+ currentUserEmailParam : currentUserEmail ,
260260 payAsBusiness,
261261 existingB2BInvoiceReport,
262262 methodID,
You can’t perform that action at this time.
0 commit comments