final flow

This commit is contained in:
Zakhar
2026-08-30 14:47:34 +03:00
parent 9dc251bd8f
commit b016abdba2
27 changed files with 1268 additions and 202 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, avoid: forbTags, favorite: favTags };
const personData = { name, age, weight, height, gender, avoided: forbTags, favorite: favTags };
if (editingIndex !== null) {
people[editingIndex] = personData;
editingIndex = null;