Skip to content

Commit 0a15a5d

Browse files
mkzie2DylanDylann
andauthored
Update src/libs/SidebarUtils.ts
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
1 parent be4cd10 commit 0a15a5d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/libs/SidebarUtils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,9 @@ function getReportsToDisplayInLHN(
285285
isInFocusMode,
286286
betas,
287287
transactionViolations,
288-
!!reportNameValuePairs?.[`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report.reportID}`]?.private_isArchived,
288+
isArchivedReport(reportNameValuePairs?.[`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report.reportID}`]),
289+
290+
289291
reportAttributes,
290292
);
291293

0 commit comments

Comments
 (0)