Update pokedex-page-ui-handler.ts

This commit is contained in:
Wlowscha 2025-02-19 02:19:45 +01:00 committed by GitHub
parent 3262f605f8
commit 87959378bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,7 +246,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
private menuOptions: MenuOptions[];
protected scale: number = 0.1666666667;
private menuDescriptions: string[];
filteredIndices: Species[] | null = null;
private filteredIndices: Species[] | null = null;
constructor() {
super(Mode.POKEDEX_PAGE);