Skip to content

Commit

Permalink
Merge pull request #42223 from Nodebrute/workspaceSwitcher
Browse files Browse the repository at this point in the history
fix workspace switcher

(cherry picked from commit e35ab02)
  • Loading branch information
iwiznia authored and OSBotify committed May 15, 2024
1 parent 5ecbf85 commit d61a8f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/WorkspaceSwitcherPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import WorkspacesSectionHeader from './WorkspacesSectionHeader';

type WorkspaceListItem = {
text: string;
policyID: string;
policyID?: string;
isPolicyAdmin?: boolean;
brickRoadIndicator?: BrickRoad;
} & ListItem;
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit d61a8f5

Please sign in to comment.