[UI/UX][Bug] Fixing obsolete reference in Pokédex to filteredPokemonContainers #5415
This commit is contained in:
parent
8cc5f650f3
commit
7a9bede38d
|
@ -1538,7 +1538,7 @@ export default class PokedexUiHandler extends MessageUiHandler {
|
|||
return 0;
|
||||
});
|
||||
|
||||
this.filteredIndices = this.filteredPokemonContainers.map(c => c.species.speciesId);
|
||||
this.filteredIndices = this.filteredPokemonData.map(c => c.species.speciesId);
|
||||
|
||||
this.updateScroll();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue