mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
fix(account page): add missing "no funbox" filter (fehmer) (#5405)
This commit is contained in:
parent
1997b57481
commit
1f3ffd897f
1 changed files with 1 additions and 0 deletions
|
@ -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="${
|
||||
|
|
Loading…
Reference in a new issue