mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-29 11:29:52 +00:00
fix minor screw up
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user