fix: fix twemoji settings parsing in homepage
This commit is contained in:
parent
1ddf662c77
commit
1bae83a49e
@ -63,7 +63,7 @@
|
||||
currentUser.update(() => null);
|
||||
}
|
||||
|
||||
let settings = JSON.parse(localStorage.getItem("settings"));
|
||||
let settings = JSON.parse(localStorage.getItem("pk-settings"));
|
||||
let welcomeElement: any;
|
||||
let htmlName: string;
|
||||
$: if (user && user.name) {
|
||||
|
Loading…
Reference in New Issue
Block a user