Skip to content

Commit

Permalink
Fix wrong merge solving
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Jul 19, 2024
1 parent 7c3a3ff commit 5ef6d79
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function BottomTabBar({selectedTab}: BottomTabBarProps) {
return;
}

// HybridApp has own entry point when we decide whether to display onboarding and explanation modal.
if (NativeModules.HybridAppModule) {
return;
}
Expand All @@ -62,8 +63,6 @@ function BottomTabBar({selectedTab}: BottomTabBarProps) {
},
});

// HybridApp has own entry point when we decide whether to display onboarding and explanation modal.

// eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps
}, [isLoadingApp]);

Expand Down

0 comments on commit 5ef6d79

Please sign in to comment.