Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Dec 1, 2023
1 parent 53f10a9 commit a12d140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,6 @@ function getOptions(
_.each(excludeLogins, (login) => {
optionsToExclude.push({login});
});
console.log(optionsToExclude);

if (includeRecentReports) {
for (let i = 0; i < allReportOptions.length; i++) {
Expand Down
1 change: 1 addition & 0 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3424,6 +3424,7 @@ function shouldReportBeInOptionList(
report?.reportName === undefined ||
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
report?.isHidden ||
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
report?.participantAccountIDs?.includes(CONST.ACCOUNT_ID.NOTIFICATIONS) ||
(report?.participantAccountIDs?.length === 0 &&
!isChatThread(report) &&
Expand Down

0 comments on commit a12d140

Please sign in to comment.