fix(account page): add missing "no funbox" filter (fehmer) (#5405)

This commit is contained in:
Christian Fehmer 2024-05-20 11:50:07 +02:00 committed by GitHub
parent 1997b57481
commit 1f3ffd897f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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="${