|
@@ -14,7 +14,6 @@ const { rerenderSearch, onSearch, onRandomName } = (() => {
|
|
};
|
|
};
|
|
|
|
|
|
const onSearch = (state, newSearch) => {
|
|
const onSearch = (state, newSearch) => {
|
|
- console.log(newSearch);
|
|
|
|
results = pokemonLookup
|
|
results = pokemonLookup
|
|
.search(newSearch, { limit: 10 })
|
|
.search(newSearch, { limit: 10 })
|
|
.map(({ item }) => item);
|
|
.map(({ item }) => item);
|