File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/domains/recipe/components/main Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { debounce } from '@/shared/utills/debounce';
1111import { useSearchParams } from 'next/navigation' ;
1212import { Sort } from '../../types/types' ;
1313
14-
1514function Cocktails ( ) {
1615 const searchParams = useSearchParams ( ) ;
1716 const sortByParam = searchParams . get ( 'sortBy' ) || 'recent' ;
@@ -38,7 +37,6 @@ function Cocktails() {
3837 threshold : 0.1 ,
3938 } ) ;
4039
41-
4240 useEffect ( ( ) => {
4341 if ( ! isSearchMode && inView && hasNextPage ) {
4442 fetchNextPage ?.( ) ;
@@ -68,7 +66,6 @@ function Cocktails() {
6866
6967 < CocktailFilter cocktailsEA = { data . length } />
7068
71-
7269 < section className = "mt-5" >
7370 { noResults ? < div > 검색 결과가 없습니다.</ div > : < CocktailList cocktails = { data } /> }
7471 </ section >
You can’t perform that action at this time.
0 commit comments