Skip to content

Commit

Permalink
Fix navigating to workspaces screen
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Dec 22, 2023
1 parent 8e2a3d1 commit 188a9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/home/sidebar/AllSettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import useWaitForNavigation from '@hooks/useWaitForNavigation';
import Navigation from '@libs/Navigation/Navigation';
import * as Link from '@userActions/Link';
import CONST from '@src/CONST';
import SCREENS from '@src/SCREENS';
import ROUTES from '@src/ROUTES';

function AllSettingsScreen() {
const styles = useThemeStyles();
Expand All @@ -32,7 +32,7 @@ function AllSettingsScreen() {
{
translationKey: 'common.workspaces',
icon: Expensicons.Building,
routeName: SCREENS.SETTINGS.WORKSPACES,
routeName: ROUTES.SETTINGS_WORKSPACES,
},
{
translationKey: 'allSettingsScreen.subscriptions',
Expand Down

0 comments on commit 188a9d8

Please sign in to comment.