about summary refs log tree commit diff
path: root/src/view/routes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/routes.ts')
-rw-r--r--src/view/routes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/routes.ts b/src/view/routes.ts
index 908036a41..b5cc014ff 100644
--- a/src/view/routes.ts
+++ b/src/view/routes.ts
@@ -18,7 +18,7 @@ import {Debug} from './screens/Debug'
 import {Log} from './screens/Log'
 
 export type ScreenParams = {
-  navIdx: [number, number]
+  navIdx: string
   params: Record<string, any>
   visible: boolean
   scrollElRef?: MutableRefObject<FlatList<any> | undefined>