Skip to content

Commit a532c91

Browse files
committed
fix: linter
1 parent 3157d7d commit a532c91

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/libs/actions/Report/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4120,6 +4120,7 @@ function deleteReport(reportID: string | undefined, shouldDeleteChildReports = f
41204120
/**
41214121
* @param reportID The reportID of the policy report (workspace room)
41224122
*/
4123+
// eslint-disable-next-line @typescript-eslint/max-params
41234124
function navigateToConciergeChatAndDeleteReport(
41244125
reportID: string | undefined,
41254126
conciergeReportID: string | undefined,

tests/ui/components/BaseReportActionContextMenuTest.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jest.mock('@components/FocusTrap/FocusTrapForModal', () => {
4747

4848
jest.mock('@components/OnyxListItemProvider', () => ({
4949
useSession: () => ({encryptedAuthToken: 'token'}),
50+
usePersonalDetails: () => ({}),
5051
}));
5152

5253
jest.mock('@hooks/useArrowKeyFocusManager', () => () => [-1, jest.fn()] as const);

0 commit comments

Comments
 (0)