mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
fix all ESlint errors
This commit is contained in:
parent
daac91d970
commit
eb53667919
8 changed files with 100 additions and 78 deletions
|
@ -908,7 +908,7 @@ class App {
|
|||
*/
|
||||
buildCategoryList() {
|
||||
// double-check if the c-category-list already exists,
|
||||
if (document.querySelector("#categories > c-category-list")){
|
||||
if (document.querySelector("#categories > c-category-list")) {
|
||||
// then destroy it
|
||||
document.querySelector("#categories > c-category-list").remove();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue