fix the account profile not showing

This commit is contained in:
CatAClock 2025-06-14 15:29:52 -07:00
parent 918a2b97f0
commit ff26fd2fae

View file

@ -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) {