implement change requests

This commit is contained in:
Robin Scholtes 2023-08-16 11:15:45 +12:00
parent e77ded4859
commit 15252ee5c6
7 changed files with 35 additions and 7 deletions

View file

@ -881,7 +881,6 @@ class App {
true
);
categoryList.build();
document.querySelector("#categories").appendChild(categoryList);
}
}