fix(ui): исправить наложение fallback-букв на аватарах

This commit is contained in:
AidarKC
2026-04-26 09:24:27 +03:00
parent dafdae5276
commit c094af920e
3 changed files with 12 additions and 3 deletions
-1
View File
@@ -52,7 +52,6 @@ export function renderUserAvatar({
if (!validateArweaveTxId(txId)) {
return wrap;
}
fallback.hidden = true;
const img = document.createElement('img');
img.alt = 'Аватар';