diff --git a/Models/ThemeConfig/PointRenderingConfig.ts b/Models/ThemeConfig/PointRenderingConfig.ts index 44d9f2c99c..38ece18fcf 100644 --- a/Models/ThemeConfig/PointRenderingConfig.ts +++ b/Models/ThemeConfig/PointRenderingConfig.ts @@ -201,7 +201,7 @@ export default class PointRenderingConfig extends WithContextLoader { const icon = this.GetSimpleIcon(tags) - const iconAndBadges = new Combine([, this.GetBadges(tags)]) + const iconAndBadges = new Combine([icon, this.GetBadges(tags)]) .SetClass("block relative") if (!options?.noSize) {