SHA256
UI: обновлены профиль/связи, статусы отношений и фикс верхней панели (работает)
This commit is contained in:
@@ -182,7 +182,6 @@ export function render({ navigate }) {
|
||||
const item = currentToggles.find((entry) => entry.key === toggleKey);
|
||||
const isEnabled = Boolean(item?.enabled);
|
||||
if (toggleKey === 'official') {
|
||||
status.className = 'status-line is-available';
|
||||
if (statusLineEl instanceof HTMLElement) statusLineEl.className = 'status-line is-available';
|
||||
if (statusLineEl instanceof HTMLElement) statusLineEl.textContent = isEnabled
|
||||
? 'Аккаунт является официальным.'
|
||||
|
||||
Reference in New Issue
Block a user