Skip to content

Commit

Permalink
Merge pull request #45743 from tsa321/fixBlBrdrOnWrkSwt
Browse files Browse the repository at this point in the history
Fix blue border appears on workspace switcher button after login
  • Loading branch information
srikarparsi authored Jul 22, 2024
2 parents ee8e22e + 96053df commit 58158e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FocusTrap/BOTTOM_TAB_SCREENS.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {BottomTabName} from '@libs/Navigation/types';
import NAVIGATORS from '@src/NAVIGATORS';
import SCREENS from '@src/SCREENS';

const BOTTOM_TAB_SCREENS: BottomTabName[] = [SCREENS.HOME, SCREENS.SETTINGS.ROOT];
const BOTTOM_TAB_SCREENS = [SCREENS.HOME, SCREENS.SETTINGS.ROOT, NAVIGATORS.BOTTOM_TAB_NAVIGATOR];

export default BOTTOM_TAB_SCREENS;

0 comments on commit 58158e5

Please sign in to comment.