diff options
Diffstat (limited to 'src/view/screens/Search.tsx')
-rw-r--r-- | src/view/screens/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Search.tsx b/src/view/screens/Search.tsx index 2f111cf72..26df2954c 100644 --- a/src/view/screens/Search.tsx +++ b/src/view/screens/Search.tsx @@ -3,7 +3,7 @@ import {Shell} from '../shell' import {Text, View} from 'react-native' import type {RootTabsScreenProps} from '../routes/types' -export const Search = (_props: RootTabsScreenProps<'Search'>) => { +export const Search = (_props: RootTabsScreenProps<'SearchTab'>) => { return ( <Shell> <View style={{justifyContent: 'center', alignItems: 'center'}}> |