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 e3884ea commit a4750c2Copy full SHA for a4750c2
src/domains/recipe/components/main/Cocktails.tsx
@@ -10,7 +10,6 @@ import CocktailSearchBar from './CocktailSearchBar';
10
import useSearchControl from '../../hook/useSearchControl';
11
import CocktailSearch from '../../api/CocktailSearch';
12
13
-
14
function Cocktails() {
15
const [data, setData] = useState<Cocktail[]>([]);
16
const [lastId, setLastId] = useState<number | null>(null);
0 commit comments