fix: prevent double encode if we are on /search endpoint (#3238)

This commit is contained in:
Brandon Cohen
2023-01-13 18:21:54 -05:00
committed by GitHub
parent c2a1a20a3b
commit a343f8ad91
7 changed files with 25 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ import Button from '@app/components/Common/Button';
import Tooltip from '@app/components/Common/Tooltip';
import { sliderTitles } from '@app/components/Discover/constants';
import MediaSlider from '@app/components/MediaSlider';
import { encodeURIExtraParams } from '@app/hooks/useSearchInput';
import { encodeURIExtraParams } from '@app/hooks/useDiscover';
import type {
TmdbCompanySearchResponse,
TmdbGenre,