fix extra empty lines

This commit is contained in:
Johannes Kimmel 2023-04-22 10:36:39 +02:00
parent b77fe2083e
commit 5bc062eff2
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ function initForm() {
}));
form.replaceChildren(...l3cfg.node())
renderConfig(l3cfg.sections.map(section => section.render()).filter(section => !!section));
renderConfig(l3cfg.sections.flatMap(section => section.render()).filter(section => !!section));
}
function renderConfigOption(name, value) {