Skip to content

Commit

Permalink
fix onboarding modal flashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyweb331 committed May 28, 2024
1 parent 7a4c242 commit e4a2d44
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ function OnboardingModalNavigator() {

useKeyboardShortcut(CONST.KEYBOARD_SHORTCUTS.ESCAPE, handleOuterClick, {shouldBubble: true});

if (!hasCompletedGuidedSetupFlow) {
return;
}
return (
<NoDropZone>
<Overlay />
Expand Down

0 comments on commit e4a2d44

Please sign in to comment.