fix minor screw up

This commit is contained in:
MathMan05
2026-01-15 17:47:17 -06:00
parent c1332519e3
commit 7dfd10e1f0

View File

@@ -502,7 +502,7 @@ class ReportElement {
}
case "guild_preview": {
const guild = map.guild;
if (!guild) return;
if (!guild) break;
const guildDiv = document.createElement("div");
guildDiv.classList.add("flexltr");
guildDiv.append(guild.generateGuildIcon(false));