Skip to content

Commit

Permalink
fix(account page): add missing "no funbox" filter (fehmer) (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmer committed May 20, 2024
1 parent 1997b57 commit 1f3ffd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ts/account/result-filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ export async function appendButtons(
"<select class='funboxSelect' group='funbox' placeholder='select a funbox' multiple>";

html += "<option value='all'>all</option>";
html += "<option value='none'>no funbox</option>";

for (const funbox of funboxList) {
html += `<option value="${funbox.name}" filter="${
Expand Down

0 comments on commit 1f3ffd8

Please sign in to comment.