From efb581738763c90bcf9b793b825971c602845ca6 Mon Sep 17 00:00:00 2001 From: Roji Philip Date: Mon, 29 Jan 2024 22:59:32 +0530 Subject: [PATCH] added comments --- src/pages/workspace/WorkspaceInitialPage.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/workspace/WorkspaceInitialPage.js b/src/pages/workspace/WorkspaceInitialPage.js index 73723b61fd34..2c1ac0d1ece4 100644 --- a/src/pages/workspace/WorkspaceInitialPage.js +++ b/src/pages/workspace/WorkspaceInitialPage.js @@ -206,6 +206,9 @@ function WorkspaceInitialPage(props) { onSelected: () => setIsDeleteModalOpen(true), }, ]; + // Menu options to navigate to the chat report of #admins and #announce room. + // For navigation, the chat report ids may be unavailable due to the missing chat reports in Onyx. + // In such cases, let us use the available chat report ids from the policy. if (adminsRoom || policy.chatReportIDAdmins) { items.push({ icon: Expensicons.Hashtag,