Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuuszzzzz committed Dec 21, 2023
1 parent f5a0d7b commit daa8597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/Icon/Expensicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export {
Location,
Lock,
LoungeAccess,
ExpensifyAppIcon,
Luggage,
MagnifyingGlass,
Mail,
Expand Down
6 changes: 3 additions & 3 deletions src/pages/WorkspaceSwitcherPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import useAutoFocusInput from '@hooks/useAutoFocusInput';
import useNetwork from '@hooks/useNetwork';
import * as PolicyUtils from '@libs/PolicyUtils';
import * as ReportUtils from '@libs/ReportUtils';
import useTheme from '@styles/themes/useTheme';
import useThemeStyles from '@styles/useThemeStyles';
import useTheme from '@hooks/useTheme';
import useThemeStyles from '@hooks/useThemeStyles';
import * as Policy from '@userActions/Policy';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
Expand Down Expand Up @@ -204,7 +204,7 @@ function WorkspaceSwitcherPage({policies, activeWorkspaceID}) {
return (
<HeaderPageLayout
title="Choose a workspace"
backgroundColor={theme.PAGE_THEMES[SCREENS.WORKSPACE_SELECTOR.ROOT].backgroundColor}
backgroundColor={theme.PAGE_THEMES[SCREENS.WORKSPACE_SWITCHER.ROOT].backgroundColor}
>
{everythingSection}
{workspacesSection}
Expand Down

0 comments on commit daa8597

Please sign in to comment.