Skip to content

Commit

Permalink
Fix badges sort and filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed May 30, 2024
1 parent eb0cc3e commit 5e13954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class FBadgeSortAndFilter extends Feature<CBadges> {

private _addSort() {
const isOwnProfile = this.context.myProfile;
const sortOptions = this._header.querySelector<HTMLAnchorElement>("a.profile_badges_sortoptions");
const sortOptions = this._header.querySelector<HTMLElement>(".profile_badges_sortoptions");
if (!sortOptions) {
return;
}
Expand Down

0 comments on commit 5e13954

Please sign in to comment.