Skip to content

Commit e3c1fe8

Browse files
authored
Apply suggestions from code review
1 parent eb5d149 commit e3c1fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play.pokemonshowdown.com/src/battle-dex-search.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ class BattleItemSearch extends BattleTypedSearch<'item'> {
13281328
}
13291329
if (abilitySpecific.length) {
13301330
results.unshift(
1331-
['header', `Specific to ${this.set!.ability as string}`],
1331+
['header', `Specific to ${this.set!.ability!}`],
13321332
...abilitySpecific
13331333
);
13341334
}

0 commit comments

Comments
 (0)