This commit is contained in:
2023-09-20 17:33:25 +02:00
parent f8028921c3
commit 006c09ce66
7 changed files with 20 additions and 7 deletions

View File

@@ -9,7 +9,6 @@
}
function logoURL(): string {
console.log(brand.logo);
if (brand.logo == undefined) {
return '';
}