mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
fix: display name would show as undefined sometimes?? idk
This commit is contained in:
parent
74dcfd4ebc
commit
96557097a8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
htmlDescription = "(no description)";
|
htmlDescription = "(no description)";
|
||||||
}
|
}
|
||||||
let htmlDisplayName: string;
|
let htmlDisplayName: string;
|
||||||
if (group.display_name) htmlDisplayName = toHTML(group.display_name)
|
$: if (group.display_name) htmlDisplayName = toHTML(group.display_name)
|
||||||
|
|
||||||
let settings = JSON.parse(localStorage.getItem("pk-settings"));
|
let settings = JSON.parse(localStorage.getItem("pk-settings"));
|
||||||
let descriptionElement: any;
|
let descriptionElement: any;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue