Fix account dashboard sync rendering
This commit is contained in:
+3
-3
@@ -573,9 +573,9 @@
|
||||
const title = document.querySelector("#account-title");
|
||||
if (title) title.textContent = user.username;
|
||||
|
||||
renderAccountEmail(accountData);
|
||||
updateAccountStatusBadges(accountData);
|
||||
renderBBCard(accountData);
|
||||
// Account dashboard cards are server-rendered and have dedicated account JS.
|
||||
// Do not let the generic app bootstrap rewrite BB/status cards into stale layouts.
|
||||
return;
|
||||
}
|
||||
|
||||
async function boot() {
|
||||
|
||||
Reference in New Issue
Block a user