Skip to content

Commit 98724ca

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/libs/SidebarUtils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ function updateReportsToDisplayInLHN(
325325
isInFocusMode,
326326
betas,
327327
transactionViolations,
328-
!!reportNameValuePairs?.[`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report.reportID}`]?.private_isArchived,
328+
isArchivedReport(reportNameValuePairs?.[`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report.reportID}`]),
329+
329330
reportAttributes,
330331
);
331332

0 commit comments

Comments
 (0)