mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 23:32:19 +02:00
Apply suggestions from code review
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
df4af6c173
commit
80a9d31ddb
@ -1246,7 +1246,6 @@ export default class PokedexUiHandler extends MessageUiHandler {
|
|||||||
this.filterBar.updateFilterLabels();
|
this.filterBar.updateFilterLabels();
|
||||||
this.filterText.updateFilterLabels();
|
this.filterText.updateFilterLabels();
|
||||||
|
|
||||||
// filter
|
|
||||||
this.filteredPokemonData = [];
|
this.filteredPokemonData = [];
|
||||||
|
|
||||||
this.allSpecies.forEach(species => {
|
this.allSpecies.forEach(species => {
|
||||||
|
Loading…
Reference in New Issue
Block a user