fix the account profile not showing
This commit is contained in:
parent
918a2b97f0
commit
ff26fd2fae
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ async function GetAccount() {
|
|||
} else {
|
||||
FollowButton.setAttribute("hidden", "");
|
||||
BlockButton.setAttribute("hidden", "");
|
||||
AlternateAccountImage.setAttribute("hidden", false);
|
||||
AlternateAccountImage.removeAttribute("hidden");
|
||||
// This is meant for the regular account. A big ol' you :3
|
||||
let Token = localStorage.getItem(Variables.MastodonAccessToken);
|
||||
if (Token != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue