Skip to content

Commit 54ce6f7

Browse files
committed
chore
1 parent d39de18 commit 54ce6f7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/MoneyReportHeader.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

src/components/ReportActionItem/MoneyRequestReportPreview/MoneyRequestReportPreviewContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)