We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69948d commit c7fe979Copy full SHA for c7fe979
1 file changed
src/pages/workspace/WorkspacesListPage.tsx
@@ -176,9 +176,6 @@ function WorkspacesListPage() {
176
const isAdmin = isPolicyAdmin(item as unknown as PolicyType, session?.email);
177
const isOwner = item.ownerAccountID === session?.accountID;
178
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.
182
const threeDotsMenuItems: PopoverMenuItem[] = [
183
{
184
icon: Expensicons.Building,
0 commit comments