diff --git a/src/pages/WorkspaceSwitcherPage/index.tsx b/src/pages/WorkspaceSwitcherPage/index.tsx index b01a78b65317..d9b9d62bb539 100644 --- a/src/pages/WorkspaceSwitcherPage/index.tsx +++ b/src/pages/WorkspaceSwitcherPage/index.tsx @@ -23,7 +23,7 @@ import WorkspacesSectionHeader from './WorkspacesSectionHeader'; type WorkspaceListItem = { text: string; - policyID: string; + policyID?: string; isPolicyAdmin?: boolean; brickRoadIndicator?: BrickRoad; } & ListItem; @@ -145,7 +145,6 @@ function WorkspaceSwitcherPage() { data: [ { text: CONST.WORKSPACE_SWITCHER.NAME, - policyID: '', icons: [{source: Expensicons.ExpensifyAppIcon, name: CONST.WORKSPACE_SWITCHER.NAME, type: CONST.ICON_TYPE_AVATAR}], brickRoadIndicator: getIndicatorTypeForPolicy(undefined), isSelected: activeWorkspaceID === undefined,