Skip to content

Commit

Permalink
Update trophy_list.ts with correct function name (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmashedFrenzy16 authored Oct 4, 2023
1 parent 8c8a5a9 commit 501d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trophy_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class TrophyList {
? 1
: 0;
}
filterByHideen() {
filterByHidden() {
this.trophies = this.trophies.filter((trophy) =>
!trophy.hidden || trophy.rank !== RANK.UNKNOWN
);
Expand Down

1 comment on commit 501d815

@vercel
Copy link

@vercel vercel bot commented on 501d815 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.