17-04-2026

Добавил вкладку пол
This commit is contained in:
AidarKC
2026-04-17 17:39:04 +03:00
parent 7591fbdace
commit c7bf8051b9
4 changed files with 129 additions and 2 deletions
+1
View File
@@ -183,6 +183,7 @@ export async function loadUserProfileCard(login) {
address: fields.address || '',
web: fields.web || '',
phone: fields.phone || '',
gender: String(snapshot?.gender || 'unknown').trim().toLowerCase() || 'unknown',
official: Boolean(toggles.official),
shine: Boolean(toggles.shine),
};