Skip to content

Commit c7fe979

Browse files
committed
remove comments
1 parent a69948d commit c7fe979

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/pages/workspace/WorkspacesListPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ function WorkspacesListPage() {
176176
const isAdmin = isPolicyAdmin(item as unknown as PolicyType, session?.email);
177177
const isOwner = item.ownerAccountID === session?.accountID;
178178
const isDefault = activePolicyID === item.policyID;
179-
// Menu options to navigate to the chat report of #admins and #announce room.
180-
// For navigation, the chat report ids may be unavailable due to the missing chat reports in Onyx.
181-
// In such cases, let us use the available chat report ids from the policy.
182179
const threeDotsMenuItems: PopoverMenuItem[] = [
183180
{
184181
icon: Expensicons.Building,

0 commit comments

Comments
 (0)