Skip to content

Commit 18dde05

Browse files
committed
Fix lint
1 parent cbdcf5d commit 18dde05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MoneyReportHeaderModals.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function MoneyReportHeaderModals({reportID, children}: MoneyReportHeaderModalsPr
4040

4141
const {transactions: reportTransactions} = useTransactionsAndViolationsForReport(moneyRequestReport?.reportID);
4242
const transactions = Object.values(reportTransactions);
43-
const {accountID, email, login: currentUserLogin} = useCurrentUserPersonalDetails();
43+
const {accountID, login: currentUserLogin} = useCurrentUserPersonalDetails();
4444

4545
// Derive data for hold menu
4646
const canIOUBePaid = canIOUBePaidAction(moneyRequestReport, chatReport, policy, bankAccountList, currentUserLogin ?? '', accountID);

0 commit comments

Comments
 (0)