mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 21:45:00 -05:00
fix: add keys to list
This commit is contained in:
parent
8aeae0cda4
commit
e15ac7d4d4
@ -503,6 +503,7 @@ export default function ServerList() {
|
||||
{allCategories.map((categorie) => (
|
||||
<MenubarCheckboxItem
|
||||
id={categorie.name}
|
||||
key={categorie.name}
|
||||
onCheckedChange={async (b) => {
|
||||
var filt = nameFilters;
|
||||
filt["c-" + categorie.name] = b;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user