Skip to content

Commit

Permalink
Merge pull request #36559 from dukenv0307/fix/35887
Browse files Browse the repository at this point in the history
Show keyboard shortcuts page modal wherever you are in the app
  • Loading branch information
neil-marcellini authored Feb 20, 2024
2 parents b98ebd4 + 785f2f2 commit 8abb7bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const FULL_SCREEN_TO_RHP_MAPPING: Partial<Record<FullScreenName, string[]>> = {
SCREENS.SETTINGS.WALLET.CARDS_DIGITAL_DETAILS_UPDATE_ADDRESS,
],
[SCREENS.SETTINGS.SECURITY]: [SCREENS.SETTINGS.TWO_FACTOR_AUTH, SCREENS.SETTINGS.CLOSE],
[SCREENS.SETTINGS.ABOUT]: [SCREENS.SETTINGS.APP_DOWNLOAD_LINKS, SCREENS.KEYBOARD_SHORTCUTS, SCREENS.SETTINGS.TROUBLESHOOT],
[SCREENS.SETTINGS.ABOUT]: [SCREENS.SETTINGS.APP_DOWNLOAD_LINKS, SCREENS.SETTINGS.TROUBLESHOOT],
};

export default FULL_SCREEN_TO_RHP_MAPPING;

0 comments on commit 8abb7bc

Please sign in to comment.