Merge RobinLinde-patch-1

This commit is contained in:
Pieter Vander Vennet 2024-04-23 22:14:09 +02:00
commit 6abe3c7d32
20 changed files with 553 additions and 63 deletions

View file

@ -170,7 +170,7 @@ export default class DetermineLayout {
.map((mr) => mr?.marker?.find((icon) => icon.icon !== undefined)?.icon)
.find((i) => i !== undefined)
) ?? "bug"
const icon = new TagRenderingConfig(iconTr).render.txt
const icon = new TagRenderingConfig(iconTr)?.render?.txt ?? "./assets/svg/bug.svg"
json = {
id: json.id,
description: json.description,