avoided user groups

This commit is contained in:
Zakhar
2026-09-06 01:56:59 +03:00
parent 3480e3141d
commit 259dec1df6
6 changed files with 42 additions and 27 deletions
+1 -1
View File
@@ -2352,7 +2352,7 @@ function wholeRender(initialData) {
favTags.push(el.textContent.trim().replace('×', '').trim());
});
const personData = { name, age, weight, height, gender, avoided: forbTags, favorite: favTags };
const personData = { name, age, weight, height, gender, avoid: forbTags, favorite: favTags };
if (editingIndex !== null) {
people[editingIndex] = personData;
editingIndex = null;