about summary refs log tree commit diff
path: root/src/view/shell/createNativeStackNavigatorWithAuth.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-28 13:42:18 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-28 13:42:18 -0800
commitc9704f447d9c81dd9f5b3429c2f0a38ef9bc3480 (patch)
tree30e1698fc87d4f4be1d9d940da91cf65da7c441f /src/view/shell/createNativeStackNavigatorWithAuth.tsx
parent40a110c5416de08bc8a929ecd7dd023028a869bf (diff)
parent363929b1a7defaff8e5224acfcb84cdce4fd1b9a (diff)
downloadvoidsky-c9704f447d9c81dd9f5b3429c2f0a38ef9bc3480.tar.zst
Merge branch 'mozzius-web-search' into main
Diffstat (limited to 'src/view/shell/createNativeStackNavigatorWithAuth.tsx')
-rw-r--r--src/view/shell/createNativeStackNavigatorWithAuth.tsx3
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>