diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 13:27:02 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 13:27:02 -0800 |
commit | 47127ce0abf48f6c6d85e04be6eb04ca33804168 (patch) | |
tree | 6590f37af802ae2e80efe04256b841c433d0aa22 /src/view/shell/createNativeStackNavigatorWithAuth.tsx | |
parent | 40a110c5416de08bc8a929ecd7dd023028a869bf (diff) | |
parent | 71b6a447ab250201e5772e43b745edb587b781b7 (diff) | |
download | voidsky-47127ce0abf48f6c6d85e04be6eb04ca33804168.tar.zst |
Merge branch 'web-search' of https://github.com/mozzius/bluesky-official-app into mozzius-web-search
Diffstat (limited to 'src/view/shell/createNativeStackNavigatorWithAuth.tsx')
-rw-r--r-- | src/view/shell/createNativeStackNavigatorWithAuth.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/shell/createNativeStackNavigatorWithAuth.tsx b/src/view/shell/createNativeStackNavigatorWithAuth.tsx index 43dc28159..9fea6e49f 100644 --- a/src/view/shell/createNativeStackNavigatorWithAuth.tsx +++ b/src/view/shell/createNativeStackNavigatorWithAuth.tsx @@ -124,6 +124,7 @@ function NativeStackNavigator({ }, } } + return ( <NavigationContent> <NativeStackView @@ -136,7 +137,7 @@ function NativeStackNavigator({ {isWeb && !isMobile && ( <> <DesktopLeftNav /> - <DesktopRightNav /> + <DesktopRightNav routeName={activeRoute.name} /> </> )} </NavigationContent> |