We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c85824 commit bc4a13dCopy full SHA for bc4a13d
src/components/search/DynamicSearch.tsx
@@ -29,7 +29,7 @@ const DynamicSearch = ({isVisible}: {isVisible: boolean}) => {
29
const navigation = useNavigation<SearchNavigationProp>();
30
const route = useRoute();
31
const tabName = getFocusedRouteNameFromRoute(route) || 'movie';
32
- const isMovie = tabName === 'movie';
+ const isMovie = tabName === 'Movie';
33
const {data = [], isFetching} = useSearchMovieTvSeriesQuery({
34
query: searchQuery,
35
isMovie: isMovie,
0 commit comments