mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
fix: fix twemoji settings parsing in homepage
This commit is contained in:
parent
1ddf662c77
commit
1bae83a49e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
currentUser.update(() => null);
|
currentUser.update(() => null);
|
||||||
}
|
}
|
||||||
|
|
||||||
let settings = JSON.parse(localStorage.getItem("settings"));
|
let settings = JSON.parse(localStorage.getItem("pk-settings"));
|
||||||
let welcomeElement: any;
|
let welcomeElement: any;
|
||||||
let htmlName: string;
|
let htmlName: string;
|
||||||
$: if (user && user.name) {
|
$: if (user && user.name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue